From 54b71a3cccaab405a0e2a60ae88b5602f37c09d2 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 13 May 2019 12:55:45 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9518104..4709752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: install: - pip install -r requirements.txt script: - python Inky-Calendar/Calendar/E-Paper.py + python3 Inky-Calendar/Calendar/E-Paper.py