This repository was archived by the owner on Mar 13, 2022. It is now read-only.
File tree 1 file changed +31
-25
lines changed
1 file changed +31
-25
lines changed Original file line number Diff line number Diff line change 2
2
language : python
3
3
dist : xenial
4
4
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
29
8
30
9
install :
31
10
- pip install tox
32
11
33
12
script :
34
13
- ./run_tox.sh tox
35
- - ./hack/verify-boilerplate.sh
36
14
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