Show More
@@ -21,7 +21,7 b' before_install:' | |||
|
21 | 21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels |
|
22 | 22 | - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' |
|
23 | 23 | install: |
|
24 | - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all] coveralls | |
|
24 | - pip install -f travis-wheels/wheelhouse -e file://$PWD#egg=ipython[all] coveralls | |
|
25 | 25 | before_script: |
|
26 | 26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' |
|
27 | 27 | script: |
General Comments 0
You need to be logged in to leave comments.
Login now