From 60302f18cc3447e6dacd946851a2ab4225b9895a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 16 Nov 2020 09:26:39 +0100 Subject: python3 -m pip install tox tox-pyenv --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1