From a2feb35f1495af12f7dda1b497a3149706e1bbb7 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 12 Feb 2016 16:21:32 -0800 Subject: [PATCH] Remove fast finish and replace coveralls with codecov --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b88966ffe..eb3412451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,12 @@ env: before_install: - pip install --upgrade pip - - pip install --upgrade setuptools wheel nose coverage + - pip install --upgrade setuptools wheel nose coverage codecov - '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 file://$PWD#egg=notebook[test] - - pip install coveralls script: - 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi' @@ -40,7 +39,6 @@ matrix: env: GROUP=python - python: 3.4 env: GROUP=python - fast_finish: true after_success: - - coveralls + - codecov \ No newline at end of file