Update .travis.yml

This commit is contained in:
Artur Tretiak 2019-10-07 17:44:46 +03:00 committed by GitHub
parent 95e9bbb94a
commit 277bef14d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,16 @@
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.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
- chmod a+x HiddenEye.py
install:
- pip3 install -r requirements.txt
# command to run tests
script:
- sudo python HiddenEye.py
script: sudo ./HiddenEye.py