mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Run nosetests with verbose flag on Travis
Hopefully stops tests from hanging after completion - seems to work on Jenkins.
This commit is contained in:
parent
a7fc604365
commit
0c099ee9cc
@ -24,7 +24,7 @@ install:
|
||||
- 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'
|
||||
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.3
|
||||
|
Loading…
Reference in New Issue
Block a user