HiddenEye-Legacy/.travis.yml

17 lines
412 B
YAML
Raw Normal View History

2019-02-17 21:38:20 +02:00
language: python
python:
- "3.4"
- "3.5"
2019-10-07 17:44:46 +03:00
- "3.6" # current default Python on Travis CI
- "3.7"
2019-02-17 21:38:20 +02:00
- "3.7-dev" # 3.7 development branch
2019-10-07 17:44:46 +03:00
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
before_install:
2019-02-17 21:38:20 +02:00
# command to install dependencies
2019-10-07 17:44:46 +03:00
- chmod a+x HiddenEye.py
2019-02-17 21:38:20 +02:00
install:
- pip3 install -r requirements.txt
# command to run tests
2019-10-07 18:12:11 +03:00
script: sudo env "PATH=$PATH" ./HiddenEye.py