diff --git a/.travis.yml b/.travis.yml index 4757d63d3..fad8af7b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: