summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-08-30 03:38:14 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-08-30 03:38:14 -0500
commit5446577a643bb54881c3ccc3fa458c441313cc94 (patch)
tree86d63c33dca8431e25d1c26db0cf9394b41bc251 /tox.ini
parent4c32b5cd472f9b32daba26128ab28ed1205e9493 (diff)
downloadkeystone-5446577a643bb54881c3ccc3fa458c441313cc94.tar.gz
keystone-5446577a643bb54881c3ccc3fa458c441313cc94.tar.xz
keystone-5446577a643bb54881c3ccc3fa458c441313cc94.zip
Upgrade PEP8 to 1.3.3 (bug 1037303)
Change-Id: I83aa851cec80652888faf3fe29d8b4904f8b4f63
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bf754ccc..5dd354ba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]