mirror of https://github.com/ARMmbed/mbed-os.git
Added to .travis.yml colorama and prettytable python packages
parent
cc57394f52
commit
94ad3f3355
|
@ -4,5 +4,5 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
script: "python workspace_tools/build_travis.py"
|
script: "python workspace_tools/build_travis.py"
|
||||||
install:
|
install:
|
||||||
- pip install colorama
|
- sudo pip install colorama
|
||||||
- pip install prettytable
|
- sudo pip install prettytable
|
Loading…
Reference in New Issue