Use pip==20.2.4 in tox venv
[functest-kubernetes.git] / .circleci / config.yml
index e73b984..8cc5283 100644 (file)
@@ -3,7 +3,7 @@ version: 2
 jobs:
   build:
     docker:
-      - image: circleci/python:3.7.4
+      - image: circleci/python:3.8
     steps:
       - checkout
       - run:
@@ -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