mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update .travis.yml
This commit is contained in:
parent
5255299777
commit
74fe5bb032
|
@ -9,6 +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")
|
||||||
- chmod a+x HiddenEye.py
|
- chmod a+x HiddenEye.py
|
||||||
install:
|
install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user