HiddenEye-Legacy/.travis.yml

18 lines
495 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 23:00:37 +08:00
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
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 22:44:46 +08:00
script: sudo ./HiddenEye.py