diff --git a/.travis.yml b/.travis.yml index 8cd48260..7e4d56a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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