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.
2 parents 87c9f2b + 7dfe512 commit 4eb195eCopy full SHA for 4eb195e
.travis.yml
@@ -14,7 +14,7 @@
14
##############################################################################
15
16
language: c
17
-dist: trusty
+dist: bionic
18
sudo: true
19
20
env:
@@ -35,10 +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 --version
41
- - 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
42
+ - pip3 install --user --upgrade setuptools
43
+ - pip3 install --user --upgrade platformio
44
- platformio update
45
- platformio --version
46
0 commit comments