Merge branch 'master' into sTiKyt-patch-3

This commit is contained in:
Artur Tretiak 2019-02-18 15:58:14 +02:00 committed by GitHub
commit 2c52d983d7
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 python HiddenEye.py