From f4b6f932c5d7cbb91dd127a3f3339159c1fa1d97 Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Mon, 7 Oct 2019 18:09:58 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af1714b..c8f9fff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "nightly" # nightly build before_install: # command to install dependencies - - export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g") + - sudo env "PATH=$PATH" - chmod a+x HiddenEye.py install: - pip3 install -r requirements.txt