From e748bf5191435fb036cf41d1bc7537739ac4cf42 Mon Sep 17 00:00:00 2001 From: Piotr Skowronek Date: Thu, 1 Feb 2024 22:57:59 +0100 Subject: [PATCH] Travis to use python3 --- travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci.sh b/travis-ci.sh index 064ca4f..94f9a7c 100755 --- a/travis-ci.sh +++ b/travis-ci.sh @@ -6,4 +6,4 @@ export EPAPER_DEBUG_MODE=true export EPAPER_DEBUG_MODE_DONT_LOOP=true -python main.py +python3 main.py