Add tests dir to pep8 command

Change-Id: I28120c67e157277202976696eea37023fb719d6d
This commit is contained in:
Brian Waldon
2012-06-07 14:37:56 -07:00
parent 2e81493192
commit 0935e38113

View File

@@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = nosetests commands = nosetests
[testenv:pep8] [testenv:pep8]
commands = pep8 --repeat --show-source glanceclient setup.py commands = pep8 --repeat --show-source glanceclient tests setup.py
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}