File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -25,31 +25,21 @@ jobs:
25
25
26
26
- stage : test
27
27
python : 3.9
28
- env : TOXENV=update-pycodestyle
28
+ env : TOXENV=update-pycodestyle
29
29
- python : 3.9
30
- env : TOXENV=coverage,codecov
30
+ env : TOXENV=coverage,codecov
31
31
- python : 3.7
32
32
env : TOXENV=docs
33
33
- python : 3.5
34
34
env : TOXENV=py35
35
- - python : 3.5
36
- env : TOXENV=py35-functional
37
35
- python : 3.6
38
36
env : TOXENV=py36
39
- - python : 3.6
40
- env : TOXENV=py36-functional
41
37
- python : 3.7
42
38
env : TOXENV=py37
43
- - python : 3.7
44
- env : TOXENV=py37-functional
45
39
- python : 3.8
46
40
env : TOXENV=py38
47
- - python : 3.8
48
- env : TOXENV=py38-functional
49
41
- python : 3.9
50
42
env : TOXENV=py39
51
- - python : 3.9
52
- env : TOXENV=py39-functional
53
43
- stage : deploy
54
44
script : skip
55
45
deploy :
You can’t perform that action at this time.
0 commit comments