mirror of https://github.com/ARMmbed/mbed-os.git
Adding check to Travis for exporter support matrix
parent
67c2ea771a
commit
b14a9702a1
|
@ -7,6 +7,7 @@ script:
|
|||
- python tools/test/pylint.py
|
||||
- py.test tools/test/toolchains/api.py
|
||||
- python tools/test/memap/memap_test.py
|
||||
- python tools/project.py -S
|
||||
- python tools/build_travis.py
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
|
||||
|
@ -16,9 +17,7 @@ before_install:
|
|||
- arm-none-eabi-gcc --version
|
||||
- python --version
|
||||
install:
|
||||
- sudo pip install colorama
|
||||
- sudo pip install prettytable
|
||||
- sudo pip install jinja2
|
||||
- sudo pip install -r requirements.txt
|
||||
- sudo pip install pytest
|
||||
- sudo pip install pylint
|
||||
- sudo pip install hypothesis
|
||||
|
|
Loading…
Reference in New Issue