Skip to content

Commit

Permalink
Fix travis py3 (#91)
Browse files Browse the repository at this point in the history
* out of python error: Redo from start
  • Loading branch information
easytarget committed Mar 7, 2021
1 parent 13f193d commit e253cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ language: bash
os:
- linux

dist: focal

before_script:
- "export DISPLAY=:99.0"
- sleep 3 # give xvfb some time to start
Expand All @@ -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
Expand Down

0 comments on commit e253cde

Please sign in to comment.