It's pyserial not serial

This commit is contained in:
Me No Dev 2017-04-04 02:50:27 +03:00 committed by GitHub
parent f13127bd36
commit 2b075f3204

View File

@ -10,7 +10,7 @@ os:
script:
#- set -e
- echo -e "travis_fold:start:sketch_test_env_prepare"
- pip install serial
- pip install pyserial
- wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
- tar xf arduino.tar.xz
- mv arduino-nightly $HOME/arduino_ide