We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbff48e commit 7dfe512Copy full SHA for 7dfe512
.travis.yml
@@ -35,11 +35,12 @@ before_install:
35
#
36
# PlatformIO setup
37
- uname --all
38
- - sudo apt-get update -qq && sudo apt-get -y install python-pip
39
- - python2 --version
40
- - pip2 install --user --upgrade pip
41
- - pip2 --version
42
- - pip2 install --user --upgrade platformio
+ - sudo apt-get update -qq && sudo apt-get -y install python3-pip
+ - python3 --version
+ - pip3 install --user --upgrade pip
+ - pip3 --version
+ - pip3 install --user --upgrade setuptools
43
+ - pip3 install --user --upgrade platformio
44
- platformio update
45
- platformio --version
46
0 commit comments