Pin pep8 to v1.3.3.

Change-Id: I112a70be6e92854111001b10e1b4cca4ad43bda8
This commit is contained in:
James E. Blair 2012-12-23 08:16:14 -08:00
parent b15099c78f
commit d973a35589
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ nose
nosehtmloutput
nosexcover
openstack.nose_plugin
pep8
pep8==1.3.3
sphinx>=1.1.2
unittest2
webtest==1.3.3

View File

@ -19,7 +19,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
deps = pep8
deps = pep8==1.3.3
setuptools_git>=0.4
commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,openstack,*egg .