From 90a5baef41d0e207441ebd3a64155b6f7f867f07 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 12 Feb 2016 13:28:49 -0800 Subject: [PATCH] Temporarily removing nosetests since they seem to cause the timeouts --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6a16b258..75b17889d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ cache: - ~/.cache/bower python: - 3.5.1 # Set to 3.5.1 since travis has not yet included as default for 3.5 + - 2.7 sudo: false @@ -30,17 +31,15 @@ install: script: - 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi' - - 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi' +# - 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi' matrix: include: - - python: 2.7 - env: GROUP=python - python: 3.3 env: GROUP=python - python: 3.4 env: GROUP=python fast_finish: true -after_success: - - coveralls +#after_success: +# - coveralls