Fix travis py3 (#91)

* out of python error: Redo from start
This commit is contained in:
Owen Carter 2021-03-07 12:14:37 +01:00 committed by GitHub
parent 13f193d6f0
commit e253cde463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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