python-docs-fr/.travis.yml
2018-10-20 12:32:58 +02:00

12 lines
284 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=d4ed8809dd