From 5c4ba0ff447fc85f665c4699f12eccd1c5b522e5 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 16 Apr 2017 23:21:24 +0300 Subject: [PATCH] Avoid travis debugging because it works --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37df818e..c8b7b3fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +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 - # - sudo -H `which python3` -m pip install flake8 - - strace -e open -f `which python3` -m pip install --user flake8 2>&1 | grep -P 'bin/flake8' + - `which python3` -m pip install --user flake8 - which python script: "sh -x scripts/travis-ci-build"