summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-20 23:22:39 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-01 10:32:14 -0400
commit7643f52fb228fa6b434feb57b77b6fd2d40f1636 (patch)
tree0c66f69379b6f7afe66872ba4c3b36f4ce68304f /tools
parent9cdee05678feb0ad623439a0efe2a43e915cb2b2 (diff)
downloadtuskar-ui-7643f52fb228fa6b434feb57b77b6fd2d40f1636.tar.gz
Move to flake8.
The project is standardizing on flake8 for static code analysis. Change-Id: I4fd97b56b6c6cb57e8d245281e0da15f838ec840
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires
index c1da7cae..e027cee3 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -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