Check spell on all po files at the root of the repo.

This commit is contained in:
Julien Palard 2018-07-27 11:05:06 +02:00
parent d3dd12d9ce
commit 5c49e3f408

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