Change-Id: I96c59f943ee58dec60b3a9376673c5a69c66747f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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)