summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 08952179..6cee692a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -26,6 +26,8 @@ jobs:
- checkout
- run: tox -e py27,py34,py35,py36,pypy3 -- -p no:sugar
- store_test_results:
+ path: .test-results
+ - store_test_results:
path: .test-results/pytest
- store_artifacts:
path: .test-results
@@ -39,6 +41,8 @@ jobs:
- run: pip install tox
- run: tox -e py27,py34,py35,py36
- store_test_results:
+ path: .test-results
+ - store_test_results:
path: .test-results/pytest
- store_artifacts:
path: .test-results