Create .travis.yml

This commit is contained in:
Artur Tretiak 2019-02-17 21:38:20 +02:00 committed by GitHub
parent ab160e3e57
commit 2f17ac2d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
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.7-dev" # 3.7 development branch
# command to install dependencies
install:
- pip3 install -r requirements.txt
# command to run tests
script:
- sudo HiddenEye.py