summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-02-06 16:36:41 -0800
committerMonty Taylor <mordred@inaugust.com>2012-02-06 16:36:41 -0800
commitfa5b2e450a441fb6d838f842c46cd363775ba3d0 (patch)
treeb542bb251941d9638436994e952bb60db1d6524d /tox.ini
parent9dadf0162448151aaa769f2ef5555e36616b4b7d (diff)
downloadkeystone-fa5b2e450a441fb6d838f842c46cd363775ba3d0.tar.gz
keystone-fa5b2e450a441fb6d838f842c46cd363775ba3d0.tar.xz
keystone-fa5b2e450a441fb6d838f842c46cd363775ba3d0.zip
We don't need all the deps to check pep8.
Change-Id: I01296b99d7ed91eb26b3d29256d8b9d538d9c839
Diffstat (limited to 'tox.ini')
-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
-
-