summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-18 10:59:11 +0100
committerGitHub <noreply@github.com>2020-11-18 10:59:11 +0100
commit0fe4e358bd0794c8793af0cc26fc01cbacb87e14 (patch)
treef92ecb7b9a2d67e1d17da7bbac31b6e86f0651df /.circleci/config.yml
parent767315ed88f060ed4b8720814947e6188d8ae062 (diff)
downloadcherrypy-git-0fe4e358bd0794c8793af0cc26fc01cbacb87e14.tar.gz
Rerun the test
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e92e4acb..9a3a8b38 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
- run: python3 -m pip install --upgrade pip wheel
- run: python3 -m pip install tox tox-pyenv
- checkout
- - run: tox -e py35,py36,py37 -- -p no:sugar #, pypy3
+ - run: tox -e py35,py36,py37 -- -p no:sugar # , pypy3
- store_test_results:
path: .test-results
- store_artifacts: