##// END OF EJS Templates
Backport PR #11234: Upgrade pip before setuptools for Python compat.
Matthias Bussonnier -
Show More
@@ -13,7 +13,8 b' before_install:'
13 13 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
14 14 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
15 15 install:
16 - pip install "setuptools>=18.5" pip --upgrade
16 - pip install pip --upgrade
17 - pip install "setuptools>=18.5"
17 18 # Installs PyPy (+ its Numpy). Based on @frol comment at:
18 19 # https://github.com/travis-ci/travis-ci/issues/5027
19 20 - |
General Comments 0
You need to be logged in to leave comments. Login now