From 0406ea756dcad0279a2d191fc93c4b7416c250c4 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 5 Oct 2018 17:45:52 +0200 Subject: [PATCH] Try to collaborate with travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b04ce83..88b95747 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ install: - pospell --version script: - pospell -p dict -l fr **/*.po - - make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7 + - make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7 VENV=$(VIRTUAL_ENV)