summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-18 08:37:46 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-18 18:44:15 -0700
commitb343c1c22d1caa426d0afac1255ca92dcc72fa4b (patch)
tree07a59b0ec1477dca2ed23e09124ef743f7d3c0bb /tools
parentfcf75cb48486ad2194fd59bb2042a9ad03e8d076 (diff)
downloadpython-heatclient-b343c1c22d1caa426d0afac1255ca92dcc72fa4b.tar.gz
Migrate to flake8.
Fixes bug 1172444. Change-Id: Icd6c41f9f5b799ed0b121dc3a3af9d4304fa0eff
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 18557f0..1143ef2 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,11 +1,16 @@
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
+
mox
nose
nose-exclude
nosexcover
openstack.nose_plugin
nosehtmloutput
-pep8==1.2
setuptools-git>=0.4
sphinx>=1.1.2