From 15dd63fd4cbc5da0f2925c5e5523e66b44c95095 2015-03-24 23:14:58 From: Thomas Kluyver Date: 2015-03-24 23:14:58 Subject: [PATCH] Use -e flag to install on Travis --- diff --git a/.travis.yml b/.travis.yml index ee8ec6b..d3ab063 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' install: - - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all] coveralls + - pip install -f travis-wheels/wheelhouse -e file://$PWD#egg=ipython[all] coveralls before_script: - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' script: