python-docs-fr/.travis.yml

12 lines
302 B
YAML
Raw Normal View History

2018-07-23 09:28:48 +00:00
language: python
python: 3.6
2018-07-23 22:03:48 +00:00
before_install:
- sudo apt-get update
2018-10-05 16:43:30 +00:00
- sudo apt-get install -y hunspell hunspell-fr-comprehensive python3-venv
2018-07-23 22:03:48 +00:00
install:
- pip install pospell
- pospell --version
2018-07-23 09:28:48 +00:00
script:
- pospell -p dict -l fr **/*.po
- deactivate; make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7