Create .travix.yml

This commit is contained in:
Ace
2019-05-13 13:12:53 +02:00
committed by GitHub
parent 2cfeafb445
commit f8ebf1e0d3

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'