mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-18 14:10:26 +08:00
retry js tests on travis
This is a lazy thing to do because intermittently failing tests are often actual bugs (usually in the tests themselves). But if we are just going to kick Travis to re-run when this happens, we might as well let Travis do it automatically.
This commit is contained in:
parent
6af49e7875
commit
2636fd7f4f
@ -33,7 +33,7 @@ install:
|
||||
- pip install -f travis-wheels/wheelhouse file://$PWD#egg=notebook[test]
|
||||
|
||||
script:
|
||||
- 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi'
|
||||
- 'if [[ $GROUP == js* ]]; then travis_retry python -m notebook.jstest ${GROUP:3}; fi'
|
||||
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
|
||||
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user