Tox configuration clean-up
No need to specify deps explicitly, since deps are inherited from the global testenv configuration. Change-Id: I6285cac45822da1cb8a4cac34edf4ab6648af95a
This commit is contained in:
parent
0401aadcab
commit
7453380a26
4
tox.ini
4
tox.ini
@ -18,13 +18,9 @@ commands = nosetests {posargs}
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:pep8]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = flake8 {posargs}
|
||||
|
||||
[testenv:pylint]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = pylint --rcfile=pylintrc anvil
|
||||
|
||||
[testenv:venv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user