From fa5b2e450a441fb6d838f842c46cd363775ba3d0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 6 Feb 2012 16:36:41 -0800 Subject: [PATCH] We don't need all the deps to check pep8. Change-Id: I01296b99d7ed91eb26b3d29256d8b9d538d9c839 --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 - -