From 1f4ae38f616c0e9ed5730b7c8d30ea9363bf0903 Mon Sep 17 00:00:00 2001 From: Jonas Hoersch Date: Thu, 11 Jan 2018 23:38:06 +0100 Subject: [PATCH] travis: Switch off coveralls on travis until coverage testing works properly --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f6deed33..72ed83955 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - conda env update -q -n pypsa --file=requirements.yml - conda env update -q -n pypsa --file=requirements_dev.yml - source activate pypsa - - conda install -q -c conda-forge python-coveralls # don't install on appveyor + # - conda install -q -c conda-forge python-coveralls # don't install on appveyor - pip install --no-cache-dir . # before_script: # configure a headless display to test plot generation @@ -40,5 +40,5 @@ install: script: "make test" -after_success: - - coveralls +# after_success: +# - coveralls