python-docs-fr/.travis.yml
2018-10-05 18:43:30 +02:00

12 lines
302 B
YAML

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