Use skip_install for testing tox env
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user