Fix pyserial import on travis CI

This commit is contained in:
sheinz 2017-08-18 17:29:07 +03:00
parent f51becd0a7
commit 8ce00cdf21

View file

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