File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 8
8
- run : make install
9
9
- run : make ci-lint
10
10
11
- test35 :
12
- docker :
13
- - image : playpauseandstop/docker-python:1.2.0-py35
14
- steps :
15
- - checkout
16
- - run : mkdir -p test-results/pytest
17
- - run : make install
18
- - run : PYTEST_ADDOPTS=--junitxml=test-results/pytest/junit.xml TOXENV=py35 make ci-test
19
- - store_test_results :
20
- path : test-results
21
- - store_artifacts :
22
- path : test-results
23
-
24
11
test36 :
25
12
docker :
26
13
- image : playpauseandstop/docker-python:1.2.0-py36
@@ -63,11 +50,6 @@ workflows:
63
50
tags :
64
51
only : /.*/
65
52
66
- - test35 :
67
- requires :
68
- - lint
69
- filters : *all_tags_and_branches
70
-
71
53
- test36 :
72
54
requires :
73
55
- lint
@@ -80,7 +62,6 @@ workflows:
80
62
81
63
- deploy :
82
64
requires :
83
- - test35
84
65
- test36
85
66
- test37
86
67
filters :
You can’t perform that action at this time.
0 commit comments