diff --git a/tools/test-requires b/tools/test-requires index d8b6afb..4255405 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -5,5 +5,5 @@ nose nose-exclude nosexcover openstack.nose_plugin -pep8==0.6.1 +pep8==1.2 sphinx>=1.1.2 diff --git a/tox.ini b/tox.ini index e618c83..c094428 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ deps = -r{toxinidir}/tools/pip-requires commands = nosetests [testenv:pep8] -deps = pep8 commands = pep8 --repeat --show-source glanceclient setup.py [testenv:venv]