Filter packaging in upper-constraints.txt
[functest-kubernetes.git] / .travis.yml
index 63bf6e7..44990f6 100644 (file)
@@ -7,6 +7,7 @@ dist: focal
 before_script:
   - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
   - sudo pip install tox tox-pip-version
+  - sudo apt-get update && sudo apt-get install -y enchant
   - docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
   - (cd .. && git clone https://github.com/estesp/manifest-tool)
   - (cd ../manifest-tool && git checkout v0.9.0)
@@ -15,7 +16,7 @@ before_script:
 jobs:
   include:
     - stage: run unit tests
-      script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py38,bandit
+      script: tox -e pep8,pylint,yamllint,bashate,py38,bandit
     - stage: build functest-kubernetes-core images
       script: bash build.sh
       env: