We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00e3064 + 461f55e commit b16e271Copy full SHA for b16e271
.travis.yml
@@ -86,6 +86,7 @@ matrix:
86
87
- arm-none-eabi-gcc --version
88
- python --version
89
+ - pip list --verbose
90
script:
91
# Run local testing on tools
92
- PYTHONPATH=. coverage run -a -m pytest tools/test
requirements.txt
@@ -5,6 +5,7 @@ Jinja2>=2.7.3
5
IntelHex>=1.3
6
junit-xml
7
pyYAML
8
+urllib3[secure]==1.23
9
requests
10
mbed-ls>=1.5.1,==1.*
11
mbed-host-tests>=1.1.2
0 commit comments