##// END OF EJS Templates
Use -e flag to install on Travis
Thomas Kluyver -
Show More
@@ -21,7 +21,7 b' before_install:'
21 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
21 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
22 - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi'
22 - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi'
23 install:
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 before_script:
25 before_script:
26 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi'
26 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi'
27 script:
27 script:
General Comments 0
You need to be logged in to leave comments. Login now