python-docs-fr/.travis.yml
Julien Palard 9a03e0eb6e
Last pass on orth. (#349)
* Last pass on orth.

* fifix
2018-10-05 09:44:12 +02:00

12 lines
277 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 **/*.po
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7