Skip to content

Commit 535a868

Browse files
Test against newer django versions
1 parent f5f73c1 commit 535a868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ python:
66
env:
77
- DJANGO_VERSION=1.7
88
- DJANGO_VERSION=1.8
9+
- DJANGO_VERSION=1.9
10+
- DJANGO_VERSION=1.10
11+
- DJANGO_VERSION=1.11
912
install:
1013
- pip install -r test-requirements.txt
1114
- pip install -U django==$DJANGO_VERSION

0 commit comments

Comments
 (0)