summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-02 10:39:34 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-02 10:44:41 -0400
commitc0fe170ca44e3e41b2b6ceb7c6085d3f87b325a8 (patch)
tree07ce446e600a2d290ddc47883aecff84c183ce0d /test-requirements.txt
parent5bab03ee62ee3a4d18baecf7800c49f426e154db (diff)
downloadpycadf-c0fe170ca44e3e41b2b6ceb7c6085d3f87b325a8.tar.gz
initial project setup
Change-Id: I1bbe058cf162549a517814e02a3e8bed70b5dbf8
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..cdd85f5
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,21 @@
+# 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
+
+discover
+fixtures>=0.3.12
+python-subunit
+testrepository>=0.0.17
+testscenarios<0.5
+testtools>=0.9.29
+
+# when we can require tox>= 1.4, this can go into tox.ini:
+# [testenv:cover]
+# deps = {[testenv]deps} coverage
+coverage
+
+# this is required for the docs build jobs
+sphinx
+oslo.sphinx