From e253cde463e2f4b99041e6c1854530f1a4f9c711 Mon Sep 17 00:00:00 2001 From: Owen Carter Date: Sun, 7 Mar 2021 12:14:37 +0100 Subject: [PATCH] Fix travis py3 (#91) * out of python error: Redo from start --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6e4bd73..e0ac039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ language: bash os: - linux +dist: focal + before_script: - "export DISPLAY=:99.0" - sleep 3 # give xvfb some time to start @@ -18,6 +20,7 @@ before_script: - cd esp32 - git submodule update --init --recursive - cd tools + - python --version - python get.py - pip install --user platformio - platformio update