8 lines
147 B
YAML
8 lines
147 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
install:
|
|
- pip3 install -r requirements.txt
|
|
script:
|
|
python3.5 '/aceisace/Inky-Calendar/Calendar/E-Paper.py'
|