From 0935e38113b5db8f2611afd0cff66a1d74a52c0e Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Thu, 7 Jun 2012 14:37:56 -0700 Subject: [PATCH] Add tests dir to pep8 command Change-Id: I28120c67e157277202976696eea37023fb719d6d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c0944289..f9cde4a2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires commands = nosetests [testenv:pep8] -commands = pep8 --repeat --show-source glanceclient setup.py +commands = pep8 --repeat --show-source glanceclient tests setup.py [testenv:venv] commands = {posargs}