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
commit c15b537e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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