Skip to content

Commit 2b075f3

Browse files
authored
It's pyserial not serial
1 parent f13127b commit 2b075f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)