Remove /src/glance after generating policy.conf
[functest.git] / .travis.yml
index 122a602..0810c62 100644 (file)
@@ -9,10 +9,10 @@ addons:
       - libssl1.0.0
 
 before_script:
-  - sudo apt-get -y install qemu-user-static enchant
+  - sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
   - sudo add-apt-repository -y ppa:deadsnakes/ppa
   - sudo apt-get update
-  - sudo apt-get install python3.7 python3.7-dev
+  - sudo apt-get install python3.8 python3.8-dev python3.8-distutils enchant
   - sudo pip install tox
   - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
   - (cd .. && git clone https://github.com/estesp/manifest-tool)
@@ -24,7 +24,7 @@ jobs:
     - stage: run unit tests
       script: >
         tox -e \
-          docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py37,cover
+          docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py38,cover
     - stage: build functest-core images
       script: sudo -E bash build.sh
       env: