summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/test-requires2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 01990df5..eb9b2adf 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -5,6 +5,6 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
-pep8>=1.0
+pep8==1.1
sphinx>=1.1.2
unittest2
diff --git a/tox.ini b/tox.ini
index 39f63398..7ddc885b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = nosetests
[testenv:pep8]
-deps = pep8
+deps = pep8==1.1
commands = pep8 --repeat --show-source novaclient setup.py
[testenv:venv]