File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22language : python
33dist : xenial
44
5- matrix :
6- include :
7- - python : 2.7
8- env : TOXENV=py27
9- - python : 2.7
10- env : TOXENV=py27-functional
11- - python : 2.7
12- env : TOXENV=update-pycodestyle
13- - python : 3.7
14- env : TOXENV=docs
15- - python : 2.7
16- env : TOXENV=coverage,codecov
17- - python : 3.5
18- env : TOXENV=py35
19- - python : 3.5
20- env : TOXENV=py35-functional
21- - python : 3.6
22- env : TOXENV=py36
23- - python : 3.6
24- env : TOXENV=py36-functional
25- - python : 3.7
26- env : TOXENV=py37
27- - python : 3.7
28- env : TOXENV=py37-functional
5+ stages :
6+ - verify boilerplate
7+ - test
298
309install :
3110 - pip install tox
3211
3312script :
3413 - ./run_tox.sh tox
35- - ./hack/verify-boilerplate.sh
3614
15+ jobs :
16+ include :
17+ - stage : verify boilerplate
18+ script : ./hack/verify-boilerplate.sh
19+ python : 3.7
20+ - stage : test
21+ python : 2.7
22+ env : TOXENV=py27
23+ - python : 2.7
24+ env : TOXENV=py27-functional
25+ - python : 2.7
26+ env : TOXENV=update-pycodestyle
27+ - python : 3.7
28+ env : TOXENV=docs
29+ - python : 2.7
30+ env : TOXENV=coverage,codecov
31+ - python : 3.5
32+ env : TOXENV=py35
33+ - python : 3.5
34+ env : TOXENV=py35-functional
35+ - python : 3.6
36+ env : TOXENV=py36
37+ - python : 3.6
38+ env : TOXENV=py36-functional
39+ - python : 3.7
40+ env : TOXENV=py37
41+ - python : 3.7
42+ env : TOXENV=py37-functional
You can’t perform that action at this time.
0 commit comments