Show More
@@ -13,7 +13,8 b' before_install:' | |||||
13 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels |
|
13 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels | |
14 | - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi' |
|
14 | - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi' | |
15 | install: |
|
15 | install: | |
16 |
- pip install |
|
16 | - pip install pip --upgrade | |
|
17 | - pip install "setuptools>=18.5" | |||
17 | # Installs PyPy (+ its Numpy). Based on @frol comment at: |
|
18 | # Installs PyPy (+ its Numpy). Based on @frol comment at: | |
18 | # https://github.com/travis-ci/travis-ci/issues/5027 |
|
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