--- pipeline: test: image: python commands: - apt-get update - apt-get install -y hunspell - python3 -m pip install tox - tox run