mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
don't install prereleases on Travis
This commit is contained in:
parent
73520656a7
commit
1f9feec428
@ -21,7 +21,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 --pre file://$PWD#egg=notebook[test] coveralls
|
||||
- pip install -f travis-wheels/wheelhouse file://$PWD#egg=notebook[test] coveralls
|
||||
script:
|
||||
- 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi'
|
||||
- 'if [[ $GROUP == python ]]; then nosetests --with-coverage --cover-package=notebook notebook; fi'
|
||||
|
Loading…
Reference in New Issue
Block a user