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 - 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: