Skip to content

Commit 3b62dae

Browse files
committed
found out travis doesn't support python 2.4 plus added a before_script
1 parent 78a950a commit 3b62dae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: python
22
python:
3-
- "2.4"
43
- "2.5"
54
- "2.6"
65
- "2.7"
76
# command to install dependencies
87
install:
98
- pip install nose --use-mirrors
109
# command to run tests
10+
before_script:
11+
- cp ./tests/example_config ./tests/config
1112
script: nosetests tests.tests_unit tests.test_client
1213
branches:
1314
only:

0 commit comments

Comments
 (0)