python-docs-fr/.travis.yml
Julien Palard 48aaf17458
Orth dans library/*.po (#329)
* Orth in library/*.po

* sorting dict.

* spelling
2018-09-29 19:45:33 +02:00

13 lines
385 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 library/*.po distributing/*.po installing/*.po install/*.po howto/*.po tutorial/*.po using/*.po whatsnew/*.po
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7