Skip to content

Commit f134a7f

Browse files
committed
trying more hacks to get coveralls to upload coverage for all versions.
1 parent a044e95 commit f134a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python:
1313
before_install:
1414
- export _PIP32=''
1515
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then export _PIP32='<8'; fi
16-
- pip install --upgrade pip${_PIP32}
16+
- pip install --upgrade pip${_PIP32} urllib3[secure]
1717
# command to install dependencies
1818
install:
1919
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi

0 commit comments

Comments
 (0)