HiddenEye-Legacy/.travis.yml

17 lines
412 B
YAML
Raw Normal View History

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