summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-21 16:54:51 -0400
committerMonty Taylor <mordred@inaugust.com>2013-05-21 16:59:38 -0400
commit24bd40737ac97ad32226fbd29b50fda05de00364 (patch)
tree9e5f508133be95fe69ff39a5a5b723021139e5a8 /test-requirements.txt
parentde1221109c28331684ed4d56913ee6d7541b0cc1 (diff)
downloadpymox-24bd40737ac97ad32226fbd29b50fda05de00364.tar.gz
Updated to use OpenStack standards.
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 0000000..d682806
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,12 @@
+# this file lists dependencies required for the testing of heat
+distribute>=0.6.28
+
+# 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
+
+coverage
+discover
+testrepository>=0.0.13