Skip to content

Commit d520d7e

Browse files
committed
Update .travis.yml file
1 parent b23fd49 commit d520d7e

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
@@ -4,10 +4,14 @@ python:
44
- "2.7"
55
- "3.4"
66
- "3.5"
7+
- "3.6"
78

89
env:
910
- DJANGO="Django>=1.9.0,<1.10.0"
1011
- DJANGO="Django>=1.10.0,<1.11.0"
12+
- DJANGO="Django>=1.11.0,<2.0.0"
13+
- DJANGO="Django>=2.0,<2.1"
14+
1115
install:
1216
- pip install -q $DJANGO
1317
- pip install -r requirements.txt

0 commit comments

Comments
 (0)