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
95e9bbb94a
commit
277bef14d6
13
.travis.yml
13
.travis.yml
|
@ -1,15 +1,16 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.5-dev" # 3.5 development branch
|
||||
- "3.6"
|
||||
- "3.6-dev" # 3.6 development branch
|
||||
- "3.6" # current default Python on Travis CI
|
||||
- "3.7"
|
||||
- "3.7-dev" # 3.7 development branch
|
||||
- "3.8-dev" # 3.8 development branch
|
||||
- "nightly" # nightly build
|
||||
before_install:
|
||||
# command to install dependencies
|
||||
- chmod a+x HiddenEye.py
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
# command to run tests
|
||||
script:
|
||||
- sudo python HiddenEye.py
|
||||
script: sudo ./HiddenEye.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user