Pin pep8 to 1.3.3

Apart of making pep8 version standard across all openstack
projects.

With this change we ignore E712 since it is normal to use
"column == True" in sqlalchemy.

Change-Id: I73a162847a79558cb158112878033edf18039805
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short
2012-11-19 19:31:12 -06:00
parent 6779401232
commit 6930f6eed0

View File

@@ -8,7 +8,7 @@ nose
testtools testtools
openstack.nose_plugin>=0.7 openstack.nose_plugin>=0.7
nosehtmloutput nosehtmloutput
pep8==1.2 pep8==1.3.3
pylint==0.25.2 pylint==0.25.2
sphinx>=1.1.2 sphinx>=1.1.2
feedparser feedparser