language: python python: 3.6 before_install: - sudo apt-get update - sudo apt-get install -y hunspell hunspell-fr-comprehensive python3-venv install: - pip install pospell - pospell --version script: - pospell -p dict -l fr **/*.po - deactivate; make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7