From 2b075f320477278be0eec55a34de9eca19426019 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 4 Apr 2017 02:50:27 +0300 Subject: [PATCH] It's pyserial not serial --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c75ea917..344b7ecd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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