From a06394679a8d12d2020aab7117ec8364de4887ef Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 4 Oct 2018 16:05:10 +0200 Subject: [PATCH] pospell also on distutils/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d1d18d2..da3e64fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ install: - pip install pospell - pospell --version script: - - pospell -p dict -l fr *.po c-api/*.po library/*.po distributing/*.po installing/*.po install/*.po howto/*.po tutorial/*.po using/*.po whatsnew/*.po + - pospell -p dict -l fr *.po c-api/*.po library/*.po distutils/*.po distributing/*.po installing/*.po install/*.po howto/*.po tutorial/*.po using/*.po whatsnew/*.po - make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7