Skip Feature:WatchList testing
[functest-kubernetes.git] / .circleci / config.yml
index e73b984..035f496 100644 (file)
@@ -3,15 +3,12 @@ version: 2
 jobs:
   build:
     docker:
-      - image: circleci/python:3.7.4
+      - image: circleci/python:3.10
     steps:
       - checkout
-      - run:
-          name: Install dependendencies
-          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