Skip to content

Commit 63aac7d

Browse files
committed
Trying to get travis to work
1 parent c776343 commit 63aac7d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.2"
63
- "3.3"
7-
- "pypy"
84
# command to install dependencies
95
install:
10-
- pip install .
11-
- pip install python-dateutil
12-
- pip install -r requirements.txt
6+
- "pip install python-dateutil"
7+
- "pip install -r requirements.txt"
138
# command to run tests
149
script: nosetests

0 commit comments

Comments
 (0)