diff --git a/tox.ini b/tox.ini index 96c4e0da9f..8779ba73f1 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ deps = -r{toxinidir}/tools/pip-requires-test commands = nosetests [testenv:pep8] +deps = pep8 commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keystone setup.py [testenv:hudson] @@ -18,9 +19,3 @@ deps = file://{toxinidir}/.cache.bundle [testenv:jenkins27] basepython = python2.7 deps = file://{toxinidir}/.cache.bundle - -[testenv:jenkinspep8] -deps = file://{toxinidir}/.cache.bundle -commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keystone setup.py - -