Update .travis.yml

This commit is contained in:
Ace
2019-05-13 13:02:48 +02:00
committed by GitHub
parent 70c7a58429
commit e27fa58c5c

View File

@@ -2,6 +2,6 @@ language: python
python: python:
- "3.5" - "3.5"
install: install:
- pip install -r requirements.txt - pip3 install -r requirements.txt
script: script:
python3.5 'scripts/Inky-Calendar/Calendar/E-Paper.py' python3.5 '/Inky-Calendar/Calendar/E-Paper.py'