Update .travis.yml

This commit is contained in:
Artur Tretiak 2019-10-07 18:09:58 +03:00 committed by GitHub
parent bbd87c02f8
commit f4b6f932c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ python:
- "nightly" # nightly build - "nightly" # nightly build
before_install: before_install:
# command to install dependencies # 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 - chmod a+x HiddenEye.py
install: install:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt