Merge "Tox configuration clean-up"

This commit is contained in:
Jenkins 2015-01-06 21:25:51 +00:00 committed by Gerrit Code Review
commit 4349d74e0f

View File

@ -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]