Skip to content

Commit 23221dc

Browse files
committed
Update .travis.yml
1 parent c282a13 commit 23221dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: python
22
python:
33
- "2.7"
44
env:
5-
- DJANGO=1.7.7
6-
- DJANGO=1.8
5+
- DJANGO=1.7.11
6+
- DJANGO=1.8.9
7+
- DJANGO=1.9.2
78
install:
89
- pip install -q Django==$DJANGO --use-mirrors
910
- pip install coveralls

0 commit comments

Comments
 (0)