Merge pull request #3878 from asottile/skip_install_linting

Use skip_install for testing tox env
This commit is contained in:
Bruno Oliveira
2018-08-26 09:17:40 -03:00
committed by GitHub

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