Skip to content

Commit 4eb195e

Browse files
authored
Merge pull request #544 from frazar/ci-update-to-python3-and-bionic
Update CI to Python 3 and Ubuntu 18.04 LTS
2 parents 87c9f2b + 7dfe512 commit 4eb195e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
##############################################################################
1515

1616
language: c
17-
dist: trusty
17+
dist: bionic
1818
sudo: true
1919

2020
env:
@@ -35,10 +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 --version
41-
- 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
4244
- platformio update
4345
- platformio --version
4446
#

0 commit comments

Comments
 (0)