summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-05-06 14:29:51 -0400
committerSolly Ross <sross@redhat.com>2015-05-13 16:03:57 -0400
commit2e57ee315986fa7a94ff0cbcb92e9a740047a5f0 (patch)
tree7e4d97209a09a7ffdbb23d550f0eeb752ab6b03d /test-requirements.txt
parent04fd789a677a84b3c908bb8ac02413d16271d5fb (diff)
downloadwebsockify-2e57ee315986fa7a94ff0cbcb92e9a740047a5f0.tar.gz
Enable Travis
This commit enables running the unit tests on Travis for Python 2.6, 2.7, 3.3, and 3.4. Note that Travis does not support Python 2.4, so we cannot test there.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..93207c1
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,2 @@
+mox
+nose