Use skip_install for testing tox env

This commit is contained in:
Anthony Sottile 2018-08-25 16:48:01 -07:00
parent 71b4995775
commit 3da88d794f
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ commands =
[testenv:linting]
skipsdist = True
usedevelop = True
skip_install = True
basepython = python3.6
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure