summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-28 19:16:38 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-01 12:23:01 -0400
commit1eb2c29856fda85abbf7c06802b4fb09cc66bb41 (patch)
tree4206cd841e1e23dcd7a8e18571f6a069b3847d1b /tools
parent000e33d0218b1e71d8798f3bd208f92cb89eaa7f (diff)
downloadpython-swiftclient-1eb2c29856fda85abbf7c06802b4fb09cc66bb41.tar.gz
Switch to flake8.
Change-Id: Ib9ba1e7eed09c5a90c558a8365d0a87c3f4b5ee5
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index ea2ca29..c578877 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,9 +1,13 @@
distribute>=0.6.24
+# Install bounded pep8/pyflakes first, then let flake8 install
+pep8==1.4.5
+pyflakes==0.7.2
+flake8==2.0
+
coverage
discover
eventlet
-pep8==1.3
python-keystoneclient
sphinx>=1.1.2
testrepository>=0.0.13