summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2013-07-29 11:51:20 +1000
committerJoshua Hesketh <josh@nitrotech.org>2013-07-29 11:51:20 +1000
commita6e26f5d86e562b43c11c574607669fffba292d9 (patch)
tree2e852ec00addbc46e712bc0c238507f2b81095b6 /test-requirements.txt
parent4fd585fc7224f7f998dca8ff62f8b75167c53bc6 (diff)
downloadturbo-hipster-a6e26f5d86e562b43c11c574607669fffba292d9.tar.gz
add in testing framework
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..c4f87ba
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,5 @@
+# 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 \ No newline at end of file