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
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue