summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-16 09:26:39 +0100
committerGitHub <noreply@github.com>2020-11-16 09:26:39 +0100
commit60302f18cc3447e6dacd946851a2ab4225b9895a (patch)
tree166dacbef55eb7f59fd1ed1246ff11f3c0c5cefe
parenta456100113f6396fbd1c410233614da654069aae (diff)
downloadcherrypy-git-60302f18cc3447e6dacd946851a2ab4225b9895a.tar.gz
python3 -m pip install tox tox-pyenv
-rw-r--r--.circleci/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 89be6105..f142a56c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,8 @@ jobs:
wait
- run: pyenv global 3.7.0 3.6.4 3.5.4 pypy3.5-6.0.0
- - run: pip install tox tox-pyenv
+ - run: python3 -m pip install --upgrade pip wheel
+ - run: python3 -m pip install tox tox-pyenv
- checkout
- run: tox -e py35,py36,py37,pypy3 -- -p no:sugar
- store_test_results: