Align run_tests.py pep8 with tox.

tox uses pep8 1.1, but tools/test-requires was set to pep8 1.2.
This sets pep8 back to 1.1

Change-Id: I63612d84a245def20367e192f1dda88aff061cbc
This commit is contained in:
Joe Gordon
2012-06-27 16:47:41 -07:00
parent a8b2f3d08c
commit 864abe4509

View File

@@ -5,6 +5,6 @@ coverage
mox==0.5.3
nose
openstack.nose_plugin>=0.7
pep8==1.2
pep8==1.1
sphinx>=1.1.2
MySQL-python