Skip to content

Commit 9a5a652

Browse files
committed
updated travis for django 1.9
1 parent dcf694b commit 9a5a652

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- DJANGO=1.6
1010
- DJANGO=1.7
1111
- DJANGO=1.8
12+
- DJANGO=1.9
1213
install:
1314
- pip install -q Django==$DJANGO
1415
script:
@@ -21,3 +22,6 @@ matrix:
2122

2223
- python: "2.6"
2324
env: DJANGO=1.8
25+
26+
- python: "2.6"
27+
env: DJANGO=1.9

0 commit comments

Comments
 (0)