summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 96c4e0da..8779ba73 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
-
-