Upgrade PEP8 to 1.3.3 (bug 1037303)

Change-Id: I83aa851cec80652888faf3fe29d8b4904f8b4f63
This commit is contained in:
Dolph Mathews 2012-08-30 03:38:14 -05:00
parent 4c32b5cd47
commit 5446577a64

View File

@ -14,7 +14,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = bash run_tests.sh -N --no-pep8
[testenv:pep8]
deps = pep8==1.1
deps = pep8==1.3.3
commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin doc httpd keystone setup.py tests
[tox:jenkins]