Skip to content

Commit cc3e198

Browse files
Attempt to fix CircleCI
1 parent aa52edd commit cc3e198

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- checkout
1313
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
1414
- run: sudo pip install tox
15-
- run: make test
15+
- run: make test27
1616
- store_test_results:
1717
path: /tmp/circleci-test-results
1818
- store_artifacts:
@@ -32,7 +32,7 @@ jobs:
3232
- checkout
3333
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
3434
- run: sudo pip install tox
35-
- run: make test
35+
- run: make test34
3636
- store_test_results:
3737
path: /tmp/circleci-test-results
3838
- store_artifacts:

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ publish: dist
4949
example: build
5050
python examples/trivial/main.py
5151

52+
test27: build
53+
tox -e py27
54+
55+
test34: build
56+
tox -e py34
57+
5258
test: build
5359
tox
5460

0 commit comments

Comments
 (0)