Merge pull request #286 from JulienPalard/travis

Check spell on all po files at the root of the repo.
This commit is contained in:
Julien Palard 2018-07-27 11:14:29 +02:00 committed by GitHub
commit 07442d4963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,5 @@ before_install:
install:
- pip install pospell
script:
- pospell --glob '[a-k]*.po' -p dict -l fr
- pospell --glob '*.po' -p dict -l fr
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7