Skip to content

Commit 5bd76d0

Browse files
committed
added travis file
1 parent 2fe3217 commit 5bd76d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)