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 }
23
+
24
24
- { python: "3.6", env: TOXENV=base }
25
25
- { python: "2.7", env: TOXENV=lint }
26
26
- { python: "2.7", env: TOXENV=docs }
@@ -33,13 +33,6 @@ matrix:
33
33
- tox --installpkg ./dist/djangorestframework-*.whl
34
34
- tox # test sdist
35
35
36
- exclude :
37
- - { python: "2.7", env: DJANGO=master }
38
- - { python: "2.7", env: DJANGO=2.0 }
39
- - { python: "2.7", env: DJANGO=2.1 }
40
- - { python: "3.4", env: DJANGO=master }
41
- - { python: "3.4", env: DJANGO=2.1 }
42
-
43
36
allow_failures :
44
37
- env : DJANGO=master
45
38
- env : DJANGO=2.1
0 commit comments