Skip to content

Commit b2d65d7

Browse files
committed
add a travis test against django 1.10
1 parent 11adab1 commit b2d65d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
env:
77
- DJANGO="Django>=1.8.0,<1.9.0"
88
- DJANGO="Django>=1.9.0,<1.10.0"
9+
- DJANGO="Django>=1.10,<1.11.0"
910

1011
# command to install dependencies
1112
install:

0 commit comments

Comments
 (0)