python-docs-fr/.travis.yml
Julien Palard 2839ee4b30
pospell on functions.po (#288)
* pospell on functions.po

* FIX: maybe different versions of hunspell on travis and my laptop.

* Traduction malformée.

* FIX: Retours de KLea.
2018-07-29 00:45:08 +02:00

11 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
script:
- pospell -p dict -l fr *.po library/a*.po library/functions.po
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7