From 1218518cb86ce6ae75a470a4d89a6a9a4d0a433d Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 7 Mar 2021 12:02:44 +0100 Subject: [PATCH] out of python error: Redo from start --- .travis.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1406597..e0ac039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,7 @@ language: bash os: - linux -addons: - apt: - packages: - - python3-pip - - python3-setuptools +dist: focal before_script: - "export DISPLAY=:99.0" @@ -25,10 +21,8 @@ before_script: - git submodule update --init --recursive - cd tools - python --version - - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1 - - python --version - - python3 get.py - - pip3 install --user platformio + - python get.py + - pip install --user platformio - platformio update script: