mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
install notebook with -e on travis
This commit is contained in:
parent
20acac896f
commit
e5f50a1027
@ -19,7 +19,7 @@ before_install:
|
||||
- 'if [[ $GROUP == js* ]]; then npm install -g casperjs; fi'
|
||||
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
|
||||
install:
|
||||
- pip install -f travis-wheels/wheelhouse -r requirements.txt file://$PWD#egg=jupyter_notebook[test] coveralls
|
||||
- pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=jupyter_notebook[test] coveralls
|
||||
script:
|
||||
- 'if [[ $GROUP == js* ]]; then python -m jupyter_notebook.jstest $GROUP; fi'
|
||||
- 'if [[ $GROUP == python ]]; then nosetests --with-coverage --cover-package=jupyter_notebook jupyter_notebook; fi'
|
||||
|
Loading…
Reference in New Issue
Block a user