mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Create .travis.yml
This commit is contained in:
parent
ab160e3e57
commit
2f17ac2d16
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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.7-dev" # 3.7 development branch
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip3 install -r requirements.txt
|
||||||
|
# command to run tests
|
||||||
|
script:
|
||||||
|
- sudo HiddenEye.py
|
Loading…
Reference in New Issue
Block a user