From dc867906cfbc3e423996cd6d9bcf1eb5547722ce Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 17 Apr 2017 03:43:33 +0300 Subject: [PATCH] Try to fix the CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c8b7b3fb..1d5d69f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ before_install: - sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep install: - sudo cpanm Test::Differences Test::TrailingSpace - - `which python3` -m pip install --user flake8 + - "`which python3` -m pip install --user flake8" - which python script: "sh -x scripts/travis-ci-build"