Skip to content

Commit 24c2b21

Browse files
committed
Update automated tests environments
1 parent cc29a72 commit 24c2b21

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

.travis.yml

+9-17
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,29 @@ python:
55
- "2.7"
66
- "3.4"
77
- "3.5"
8+
- "3.6"
9+
- "3.7"
810

911
env:
10-
- DJANGO=1.8
1112
- DJANGO=1.11
1213
- DJANGO=2.0
14+
- DJANGO=2.1
1315
- DJANGO=master
1416

1517
matrix:
1618
fast_finish: true
17-
include:
18-
- python: "3.6"
19-
env: DJANGO=1.11
20-
- python: "3.6"
21-
env: DJANGO=2.0
22-
- python: "3.6"
23-
env: DJANGO=master
24-
- python: "3.7-dev"
25-
env: DJANGO=1.11
26-
- python: "3.7-dev"
27-
env: DJANGO=2.0
28-
- python: "3.7-dev"
29-
env: DJANGO=master
3019
exclude:
20+
- python: "2.7"
21+
env: DJANGO=2.0
22+
- python: "2.7"
23+
env: DJANGO=2.1
3124
- python: "2.7"
3225
env: DJANGO=master
26+
- python: "3.4"
27+
env: DJANGO=2.1
3328
- python: "3.4"
3429
env: DJANGO=master
35-
- python: "2.7"
36-
env: DJANGO=2.0
3730
allow_failures:
38-
- python: "3.7-dev"
3931
- env: DJANGO=master
4032

4133
install:

0 commit comments

Comments
 (0)