File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 11language : python
22
3- # matrix:
4- # include:
5- # - name: "python <= 3.6"
63python :
74 - " 2.7"
85 - " 3.4"
96 - " 3.5"
107 - " 3.6"
118 - " 3.7"
129
13- # allow_failures:
14- # - name: "Python >3.6"
15- # python:
16- # - "3.7" # not available in travis with 14.04 ubuntu base.
17- # dist: xenial
18-
19- # try:
20- # define top level 5x2 matrix
21- # python:
22- # - "2.7"
23- # - "3.4"
24- # - "3.5"
25- # - "3.6"
26- # - "3.7"
2710dist :
28- - trusty
2911 - xenial
30- #
31- # filter in only trusty and python <= 3.6; xenial and python >= 3.7
32- matrix :
33- include :
34- - name : " python <= 3.6"
35- python :
36- - " 2.7"
37- - " 3.4"
38- - " 3.5"
39- - " 3.6"
40- dist : trusty
41- allow_failures :
42- - name : " Python >3.6"
43- python :
44- - " 3.7" # not available in travis with 14.04 ubuntu base.
45- dist : xenial
4612
4713sudo : false
4814
You can’t perform that action at this time.
0 commit comments