File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
fast_finish : true
18
18
include :
19
- - python : " 3.6"
20
- env : DJANGO=master
21
- - python : " 3.6"
22
- env : DJANGO=1.11
23
- - python : " 3.6"
24
- env : DJANGO=2.0
25
- - python : " 2.7"
26
- env : TOXENV="lint"
27
- - python : " 2.7"
28
- env : TOXENV="docs"
19
+ - { python: "3.6", env: DJANGO=master }
20
+ - { python: "3.6", env: DJANGO=1.11 }
21
+ - { python: "3.6", env: DJANGO=2.0 }
22
+ - { python: "2.7", env: TOXENV=lint }
23
+ - { python: "2.7", env: TOXENV=docs }
29
24
exclude :
30
- - python : " 2.7"
31
- env : DJANGO=master
32
- - python : " 2.7"
33
- env : DJANGO=2.0
34
- - python : " 3.4"
35
- env : DJANGO=master
25
+ - { python: "2.7", env: DJANGO=master }
26
+ - { python: "2.7", env: DJANGO=2.0 }
27
+ - { python: "3.4", env: DJANGO=master }
36
28
37
29
allow_failures :
38
30
- env : DJANGO=master
You can’t perform that action at this time.
0 commit comments