summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 000000000..c2b0d7a83
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,12 @@
+# Install bounded pep8/pyflakes first, then let flake8 install
+pep8==1.4.5
+pyflakes==0.7.2
+flake8==2.0
+
+coverage
+nose
+nosexcover
+openstack.nose_plugin
+nosehtmloutput
+sphinx>=1.1.2
+mock>=0.8.0