X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.circleci%2Fconfig.yml;h=035f496cc6256c96efb5ed52c7cbc772c3d1d7fe;hb=2dd089ac9b5755bad32ba4fb1b0e0699404232ee;hp=e73b984ef78fb846b9a0a91dacb2d1e6fac4560f;hpb=6119abf09d3d5a98509619b650b054aca2edbceb;p=functest-kubernetes.git diff --git a/.circleci/config.yml b/.circleci/config.yml index e73b984e..035f496c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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