Create .travix.yml

This commit is contained in:
Ace 2019-05-13 13:12:53 +02:00 committed by GitHub
parent 2cfeafb445
commit f8ebf1e0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.travix.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "3.5"
install:
- pip3 install -r requirements.txt
script:
python3.5 'Calendar/E-Paper.py'