Add enchant in travis-ci
[functest.git] / .travis.yml
index c4f7523..16c5c45 100644 (file)
@@ -7,6 +7,7 @@ dist: focal
 before_script:
   - sudo 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
   - sudo -E 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)