travis: Use --upgrade when pip is installing cpp-coveralls.
So that the latest urllib3 is retrieved, which has improved SSL security.
This fixes the temporary path from f578947ae3
This commit is contained in:
parent
9355cca610
commit
de981040b3
|
@ -19,9 +19,8 @@ before_script:
|
||||||
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
|
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
|
||||||
# For teensy build
|
# For teensy build
|
||||||
- sudo apt-get install realpath
|
- sudo apt-get install realpath
|
||||||
# For coverage testing
|
# For coverage testing (upgrade is used to get latest urllib3 version)
|
||||||
# cpp-coveralls 0.4 conflicts with urllib3 preinstalled in Travis VM
|
- sudo pip install --upgrade cpp-coveralls
|
||||||
- sudo pip install cpp-coveralls==0.3.12
|
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- arm-none-eabi-gcc --version
|
- arm-none-eabi-gcc --version
|
||||||
- python3 --version
|
- python3 --version
|
||||||
|
|
Loading…
Reference in New Issue