From 59ab6b872a6aac20e87e08a9b2bcf2239bd28108 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 28 Feb 2018 09:59:49 +0100 Subject: [PATCH] Coverall goes for now --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5c6561..4b8a840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ env: - LOCALE=default - CONDA_CHANNELS="conda-forge" - CONDA_DEPENDENCIES="sphinx werkzeug alabaster invoke graphviz" - - PIP_DEPENDENCIES="sphinx-automodapi coveralls" + - PIP_DEPENDENCIES="sphinx-automodapi" install: - git clone git://github.com/astropy/ci-helpers.git @@ -35,6 +35,3 @@ install: script: - make test - -after_success: - - coveralls