HiddenEye-Legacy/.travis.yml
2019-10-07 18:00:37 +03:00

18 lines
495 B
YAML

language: python
python:
- "3.4"
- "3.5"
- "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
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
- chmod a+x HiddenEye.py
install:
- pip3 install -r requirements.txt
# command to run tests
script: sudo ./HiddenEye.py