Use pip==20.2.4 in tox venv
[functest-kubernetes.git] / .circleci / config.yml
index 7d4c4b4..b8e0fe9 100644 (file)
@@ -11,7 +11,7 @@ jobs:
           command: sudo apt-get update && sudo apt-get install python2.7-dev
       - run:
           name: Run tox
-          command: sudo pip install tox && tox
+          command: sudo pip install tox tox-pip-version && tox
       - store_artifacts:
           path: cover
           destination: cover