Update .travis.yml

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

View File

@ -9,6 +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")
- chmod a+x HiddenEye.py
install:
- pip3 install -r requirements.txt