Skip to content

Commit a0d7799

Browse files
committed
update travis config
1 parent fbaea43 commit a0d7799

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- "2.5"
54
- "2.6"
65
- "2.7"
76
- "3.2"
@@ -10,7 +9,7 @@ python:
109
- "pypy"
1110

1211
install:
13-
- "pip install ."
12+
- "pip install -e ."
1413
- "pip install pytest django --use-mirrors"
1514

1615

0 commit comments

Comments
 (0)