python-docs-fr/.travis.yml
Christophe Nanteuil f52ccfaec2 What a typo ! (#963)
* What a typo  !

* Amélioration de la vérification avant commit.
2019-11-02 10:26:49 +01:00

15 lines
412 B
YAML

language: python
dist: xenial
python: 3.7
before_install:
- sudo apt-get update
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
install:
- pip install pospell "powrap>=0.3.0"
- pospell --version
- powrap --version
script:
- powrap --check --quiet *.po **/*.po
- pospell -p dict -l fr_FR *.po **/*.po
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208