1 parent c776343 commit 63aac7dCopy full SHA for 63aac7d
1 file changed
.travis.yml
@@ -1,14 +1,9 @@
1
language: python
2
python:
3
- - "2.6"
4
- - "2.7"
5
- - "3.2"
6
- "3.3"
7
- - "pypy"
8
# command to install dependencies
9
install:
10
- - pip install .
11
- - pip install python-dateutil
12
- - pip install -r requirements.txt
+ - "pip install python-dateutil"
+ - "pip install -r requirements.txt"
13
# command to run tests
14
script: nosetests
0 commit comments