Merge pull request #438 from sheinz/fix/travis

Fix pyserial import on travis CI
This commit is contained in:
Ruslan V. Uss 2017-08-20 01:32:21 +05:00 committed by GitHub
commit 077fe622da

View file

@ -29,13 +29,14 @@ addons:
- libncurses5-dev
- libexpat1-dev
- python
- python-serial
- python-pip
- sed
- git
- help2man
- vim-common
before_install:
- pip install --user pyserial
- travis_wait 30 utils/travis_build/install_toolchain.sh
script: