Merge "We don't need all the deps to check pep8." into redux

This commit is contained in:
Jenkins 2012-02-07 02:22:48 +00:00 committed by Gerrit Code Review
commit 8da000ae0b
1 changed files with 1 additions and 6 deletions

View File

@ -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