mirror of https://github.com/ARMmbed/mbed-os.git
Added to .travis.yml colorama and prettytable python packages
parent
f2f0f51d16
commit
cc57394f52
|
@ -3,3 +3,6 @@ install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
|
|||
python:
|
||||
- "2.7"
|
||||
script: "python workspace_tools/build_travis.py"
|
||||
install:
|
||||
- pip install colorama
|
||||
- pip install prettytable
|
Loading…
Reference in New Issue