Move to flake8.

The project is standardizing on flake8 for static code analysis.

Change-Id: I4fd97b56b6c6cb57e8d245281e0da15f838ec840
This commit is contained in:
Monty Taylor
2013-04-20 23:22:39 -07:00
parent 9cdee05678
commit 7643f52fb2
5 changed files with 12 additions and 29 deletions

View File

@@ -1,5 +1,11 @@
distribute>=0.6.24
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
# Testing Requirements
coverage
django-nose
@@ -9,8 +15,6 @@ nose-exclude
nosexcover
openstack.nose_plugin
nosehtmloutput
pep8>=1.3
pylint
selenium
# Docs Requirements