python-docs-fr/.travis.yml
Erno Salo 6f489ae80b Update .travis.yml to use python 3.7 (#850)
because the master branch is 3.7 so it's only logical to have py 3.7 as well
2019-08-13 10:40:18 +02:00

15 lines
402 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
- pospell -p dict -l fr_FR **/*.po
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=15e7d2432294ec46f1ad84ce958fdeb9d4ca78b1