Use skip_install for testing tox env
This commit is contained in:
parent
71b4995775
commit
3da88d794f
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
|
||||||
|
|
Loading…
Reference in New Issue