We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa52edd commit cc3e198Copy full SHA for cc3e198
2 files changed
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
- checkout
13
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
14
- run: sudo pip install tox
15
- - run: make test
+ - run: make test27
16
- store_test_results:
17
path: /tmp/circleci-test-results
18
- store_artifacts:
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
+ - run: make test34
36
37
38
Makefile
@@ -49,6 +49,12 @@ publish: dist
49
example: build
50
python examples/trivial/main.py
51
52
+test27: build
53
+ tox -e py27
54
+
55
+test34: build
56
+ tox -e py34
57
58
test: build
59
tox
60
0 commit comments