We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe3217 commit 5bd76d0Copy full SHA for 5bd76d0
1 file changed
.travis.yml
@@ -0,0 +1,14 @@
1
+language: python
2
+python:
3
+ - "2.4"
4
+ - "2.5"
5
+ - "2.6"
6
+ - "2.7"
7
+# command to install dependencies
8
+install:
9
+ - pip install nose --use-mirrors
10
+# command to run tests
11
+script: nosetests tests.tests_unit tests.test_client
12
+branches:
13
+ only:
14
+ - relative_import_test
0 commit comments