Lock pep8 at v1.1

We can't depend on pep8 not to add new rules and break our tests.

Change-Id: Iac5c79f7c00fcaeff3ef957d138754d63425a256
This commit is contained in:
Brian Waldon 2012-05-24 07:13:12 -07:00
parent d15f216b2d
commit af634abb1e
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ nose
nose-exclude nose-exclude
nosexcover nosexcover
openstack.nose_plugin openstack.nose_plugin
pep8>=1.0 pep8==1.1
sphinx>=1.1.2 sphinx>=1.1.2
unittest2 unittest2

View File

@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = nosetests commands = nosetests
[testenv:pep8] [testenv:pep8]
deps = pep8 deps = pep8==1.1
commands = pep8 --repeat --show-source novaclient setup.py commands = pep8 --repeat --show-source novaclient setup.py
[testenv:venv] [testenv:venv]