Merge "Tox configuration clean-up"
This commit is contained in:
commit
4349d74e0f
4
tox.ini
4
tox.ini
@ -18,13 +18,9 @@ commands = nosetests {posargs}
|
|||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
|
||||||
-r{toxinidir}/test-requirements.txt
|
|
||||||
commands = flake8 {posargs}
|
commands = flake8 {posargs}
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
|
||||||
-r{toxinidir}/test-requirements.txt
|
|
||||||
commands = pylint --rcfile=pylintrc anvil
|
commands = pylint --rcfile=pylintrc anvil
|
||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
|
Loading…
Reference in New Issue
Block a user