From baf6c5887696b0fc7767be52b8f274a6779af0d2 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 8 Jun 2017 23:40:01 +0300 Subject: [PATCH] Hopefully fix travis #3 - sudo --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9865b895..35e4190b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ before_install: install: - sudo cpanm Test::Differences Test::TrailingSpace - "`which python3` -m pip install --user flake8" - - "`which python3` -m pip install --user sgmllib3k" - - "`which python3` -m pip install --user six" + - "sudo `which python3` -m pip install sgmllib3k" + - "sudo `which python3` -m pip install six" - "`which python` -m pip install --user six" - which python script: "sh -x scripts/travis-ci-build"