out of python error: Redo from start
This commit is contained in:
parent
8e317571fc
commit
1218518cb8
12
.travis.yml
12
.travis.yml
|
@ -5,11 +5,7 @@ language: bash
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
addons:
|
dist: focal
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- python3-pip
|
|
||||||
- python3-setuptools
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
|
@ -25,10 +21,8 @@ before_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cd tools
|
- cd tools
|
||||||
- python --version
|
- python --version
|
||||||
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
- python get.py
|
||||||
- python --version
|
- pip install --user platformio
|
||||||
- python3 get.py
|
|
||||||
- pip3 install --user platformio
|
|
||||||
- platformio update
|
- platformio update
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue