Skip to content

Commit a044e95

Browse files
committed
travis hackery for py32
1 parent ebaf9e0 commit a044e95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ python:
1111
- "3.5"
1212
- "pypy"
1313
before_install:
14-
- pip install --upgrade pip
14+
- export _PIP32=''
15+
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then export _PIP32='<8'; fi
16+
- pip install --upgrade pip${_PIP32}
1517
# command to install dependencies
1618
install:
1719
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi

0 commit comments

Comments
 (0)