Skip to content

Commit d0d171a

Browse files
committed
Bump Django version
1 parent 74812ff commit d0d171a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ python:
33
- "3.6"
44
- "2.7"
55
env:
6+
- DJANGO_VERSION=2.0
67
- DJANGO_VERSION=1.11
8+
- DJANGO_VERSION=1.8
79
services:
810
- mysql
911
- postgresql
1012
matrix:
1113
exclude:
1214
- python: "2.7"
13-
env: DJANGO_VERSION=1.9
14-
- python: "2.7"
15-
env: DJANGO_VERSION=1.10
15+
env: DJANGO_VERSION=2.0
1616

1717
install:
1818
- pip install -r requirements.txt

0 commit comments

Comments
 (0)