Skip to content

Commit 7dfe512

Browse files
committed
(ci) Use python3 instead of python2
1 parent bbff48e commit 7dfe512

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ before_install:
3535
#
3636
# PlatformIO setup
3737
- 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
38+
- sudo apt-get update -qq && sudo apt-get -y install python3-pip
39+
- python3 --version
40+
- pip3 install --user --upgrade pip
41+
- pip3 --version
42+
- pip3 install --user --upgrade setuptools
43+
- pip3 install --user --upgrade platformio
4344
- platformio update
4445
- platformio --version
4546
#

0 commit comments

Comments
 (0)