Skip to content

Commit 20d3c91

Browse files
committed
travis hackery unsuccessful.
might need to wait on travis to upgrade their python versions in order for coveralls to show an accurate coverage percentage.
1 parent f134a7f commit 20d3c91

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ python:
1010
- "3.4"
1111
- "3.5"
1212
- "pypy"
13-
before_install:
14-
- export _PIP32=''
15-
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then export _PIP32='<8'; fi
16-
- pip install --upgrade pip${_PIP32} urllib3[secure]
1713
# command to install dependencies
1814
install:
1915
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi

0 commit comments

Comments
 (0)