summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d50a5d261..35d3e0519 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,9 @@ before_script:
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
# For teensy build
- sudo apt-get install realpath
- # For coverage testing (upgrade is used to get latest urllib3 version)
- - sudo pip install --upgrade cpp-coveralls
+ # For coverage testing (a specific urllib3 version is needed for requests and cpp-coveralls to work together)
+ - sudo pip install -Iv urllib3==1.22
+ - sudo pip install cpp-coveralls
- gcc --version
- arm-none-eabi-gcc --version
- python3 --version