diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-04-22 22:19:14 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-04-22 22:19:14 +0200 |
commit | 2a1f5b204f0f4778ba101ebfa85f3ddff9597196 (patch) | |
tree | 8e1fbb3594397d395d060f6d8d31272f0135c18e | |
parent | b6508a62628e152a6cda4768687baae5dde0a425 (diff) | |
download | cherrypy-git-2a1f5b204f0f4778ba101ebfa85f3ddff9597196.tar.gz |
Fix store_test_results for macOS @ Circle CI
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4785eb99..bd90face 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: - checkout - run: tox -e py27,py34,py35,py36,pypy3 -- -p no:sugar - store_test_results: - path: .test-results + path: .test-results linux-build: docker: |