1
1
language : python
2
2
cache : pip
3
3
4
- python :
5
- - " 2.7"
6
- - " 3.4"
7
- - " 3.5"
8
-
9
4
sudo : false
10
5
11
- env :
12
- - DJANGO=1.11
13
- - DJANGO=2.0
14
- - DJANGO=2.1
15
- - DJANGO=master
16
-
17
6
matrix :
18
7
fast_finish : true
19
8
include :
20
- - { python: "3.6", env: DJANGO=master }
9
+ - { python: "2.7", env: DJANGO=1.11 }
10
+
11
+ - { python: "3.4", env: DJANGO=1.11 }
12
+ - { python: "3.4", env: DJANGO=2.0 }
13
+
14
+ - { python: "3.5", env: DJANGO=1.11 }
15
+ - { python: "3.5", env: DJANGO=2.0 }
16
+ - { python: "3.5", env: DJANGO=2.1 }
17
+ - { python: "3.5", env: DJANGO=master }
18
+
21
19
- { python: "3.6", env: DJANGO=1.11 }
22
20
- { python: "3.6", env: DJANGO=2.0 }
23
21
- { python: "3.6", env: DJANGO=2.1 }
22
+ - { python: "3.6", env: DJANGO=master }
24
23
25
24
- { python: "3.7", env: DJANGO=2.0, dist: xenial, sudo: true }
26
25
- { python: "3.7", env: DJANGO=2.1, dist: xenial, sudo: true }
@@ -38,13 +37,6 @@ matrix:
38
37
- tox --installpkg ./dist/djangorestframework-*.whl
39
38
- tox # test sdist
40
39
41
- exclude :
42
- - { python: "2.7", env: DJANGO=master }
43
- - { python: "2.7", env: DJANGO=2.0 }
44
- - { python: "2.7", env: DJANGO=2.1 }
45
- - { python: "3.4", env: DJANGO=master }
46
- - { python: "3.4", env: DJANGO=2.1 }
47
-
48
40
allow_failures :
49
41
- env : DJANGO=master
50
42
0 commit comments