mirror of https://github.com/ARMmbed/mbed-os.git
Added line in python testing to print pip modules in use
parent
00e3064f58
commit
65c4bc92fb
|
|
@ -86,6 +86,7 @@ matrix:
|
||||||
|
|
||||||
- arm-none-eabi-gcc --version
|
- arm-none-eabi-gcc --version
|
||||||
- python --version
|
- python --version
|
||||||
|
- pip list --verbose
|
||||||
script:
|
script:
|
||||||
# Run local testing on tools
|
# Run local testing on tools
|
||||||
- PYTHONPATH=. coverage run -a -m pytest tools/test
|
- PYTHONPATH=. coverage run -a -m pytest tools/test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue