summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-04-22 23:32:10 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-04-22 23:32:10 +0200
commit0fecb2991210891367442a159b9d2e633c78e875 (patch)
tree32ae9ba195c293b36694027323863ad83b6746d5 /.circleci
parent565fff30c07b5034e77973236c42bd3371e76d3b (diff)
downloadcherrypy-git-0fecb2991210891367442a159b9d2e633c78e875.tar.gz
Duplicate store_test_results step in Circle CI
Diffstat (limited to '.circleci')
-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