python-docs-fr/.travis.yml
2019-01-05 00:29:24 +01:00

12 lines
287 B
YAML

language: python
python: 3.6
before_install:
- sudo apt-get update
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
install:
- pip install pospell
- pospell --version
script:
- pospell -p dict -l fr_FR **/*.po
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=902196d867