From 5c49e3f4088e0cad39467ef21bb993d8b17fda36 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 27 Jul 2018 11:05:06 +0200 Subject: [PATCH] Check spell on all po files at the root of the repo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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