Skip to content

Commit 21b94fc

Browse files
committed
support for django 1.10
1 parent ee1e505 commit 21b94fc

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
@@ -10,11 +10,15 @@ env:
1010
matrix:
1111
- DJANGO="1.8.2"
1212
- DJANGO="1.9.2"
13+
- DJANGO="1.10"
14+
1315
matrix:
1416
exclude:
1517
# Django 1.9+ no longer supports python 3.2/3.3
1618
- python: "3.3"
1719
env: DJANGO="1.9.2"
20+
- python: "3.3"
21+
env: DJANGO="1.10"
1822

1923
install:
2024
- pip install -q Django==$DJANGO

0 commit comments

Comments
 (0)