Fix pyserial import on travis CI
This commit is contained in:
parent
f51becd0a7
commit
8ce00cdf21
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue