Nail pep8 dependencies to 1.0.1.

Nails the pep8 deps for tox and test-requires to 1.0.1.
Fixes an issues causing pep8 failures due to a new pep8 release.

Change-Id: I30be4909f052c29834afbfddba6007045afa519b
This commit is contained in:
Dan Prince 2012-05-24 09:31:16 -04:00
parent bae7d8a1e8
commit e3d7d3a805
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ mox==0.5.3
nose
nosexcover
openstack.nose_plugin
pep8>=1.0
pep8==1.0.1
sphinx>=1.1.2
MySQL-python

View File

@ -12,7 +12,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
deps = pep8
deps = pep8==1.0.1
commands = /bin/bash run_tests.sh -N --pep8
[testenv:coverage]