Lock to pep 1.1

Change-Id: Ic363e8815c057219b2a7ba9dfc149d47378283e6
Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-06-15 08:39:02 -07:00
parent f8fbbd0726
commit da698d0bd2
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@
distribute>=0.6.24
coverage
mox
mox==0.5.3
nose
nosexcover
openstack.nose_plugin
pep8>=1.0
sphinx
openstack.nose_plugin>=0.7
pep8==1.1
sphinx>=1.1.2

View File

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