Skip to content

Commit

Permalink
Merge pull request #11478 from Carreau/auto-backport-of-pr-11477-on-5.x
Browse files Browse the repository at this point in the history
Backport PR #11477: pin pip on old python
  • Loading branch information
Carreau committed Nov 3, 2018
2 parents 2b56bcb + 7699d82 commit c4487d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,12 @@ before_install:
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
- 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
install:
- |
if [[ "$TRAVIS_PYTHON_VERSION" == "3.3" ]]; then
pip install 'pip<18' --upgrade
else
pip install pip --upgrade
fi
- pip install pip --upgrade
- pip install "setuptools>=18.5"
# Installs PyPy (+ its Numpy). Based on @frol comment at:
Expand Down

0 comments on commit c4487d1

Please sign in to comment.