File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
- checkout
13
13
- run : mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
14
14
- run : sudo pip install tox
15
- - run : make test
15
+ - run : make test27
16
16
- store_test_results :
17
17
path : /tmp/circleci-test-results
18
18
- store_artifacts :
32
32
- checkout
33
33
- run : mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
34
34
- run : sudo pip install tox
35
- - run : make test
35
+ - run : make test34
36
36
- store_test_results :
37
37
path : /tmp/circleci-test-results
38
38
- store_artifacts :
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ publish: dist
49
49
example : build
50
50
python examples/trivial/main.py
51
51
52
+ test27 : build
53
+ tox -e py27
54
+
55
+ test34 : build
56
+ tox -e py34
57
+
52
58
test : build
53
59
tox
54
60
You can’t perform that action at this time.
0 commit comments