Skip to content

Commit f13127b

Browse files
authored
install python serial for travis
1 parent 2f02e27 commit f13127b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ os:
1010
script:
1111
#- set -e
1212
- echo -e "travis_fold:start:sketch_test_env_prepare"
13+
- pip install serial
1314
- wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
1415
- tar xf arduino.tar.xz
1516
- mv arduino-nightly $HOME/arduino_ide

0 commit comments

Comments
 (0)