8 lines
131 B
YAML
8 lines
131 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
python Inky-Calendar/Calendar/E-Paper.py
|