Use pip==20.2.4 in tox venv
[functest.git] / .circleci / config.yml
index a5c8346..f2b3eb7 100644 (file)
@@ -8,10 +8,10 @@ jobs:
       - checkout
       - run:
           name: Install dependendencies
-          command: sudo apt-get update && sudo apt-get install python2.7-dev enchant
+          command: sudo apt-get update && sudo apt-get install enchant
       - run:
           name: Run tox
-          command: sudo pip install tox && tox
+          command: sudo pip install tox tox-pip-version && tox
       - store_artifacts:
           path: api/build
           destination: api