From befad1dc22c2d5f34acf64a9640404c8c97b38cf Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 14 Mar 2019 22:43:14 +0100 Subject: [PATCH] travis: Whine about files not correctly wrapped. (#607) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7366ffeb..c5d78979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,10 @@ before_install: - sudo apt-get update - sudo apt-get install -y hunspell hunspell-fr-comprehensive install: - - pip install pospell + - pip install pospell "powrap>=0.3.0" - pospell --version + - powrap --version script: + - powrap --check --quiet **/*.po - pospell -p dict -l fr_FR **/*.po - make CPYTHON_CLONE=/tmp/cpython/ COMMIT=902196d867