2019-05-13 12:43:49 +02:00
|
|
|
language: python
|
2019-05-13 12:46:46 +02:00
|
|
|
python:
|
|
|
|
- "3.5"
|
|
|
|
install:
|
2019-05-13 13:02:48 +02:00
|
|
|
- pip3 install -r requirements.txt
|
2019-05-13 12:53:05 +02:00
|
|
|
script:
|
2019-05-13 13:02:48 +02:00
|
|
|
python3.5 '/Inky-Calendar/Calendar/E-Paper.py'
|