From: Paul Brossier Date: Sun, 17 Sep 2017 13:11:28 +0000 (+0200) Subject: .travis.yml: run coverage only second time, do not clean, coveralls only when tests... X-Git-Tag: 0.4.6~24 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=644c03a8d5214c4cc77dd5a6fc8d59700e4b5f3f;p=aubio.git .travis.yml: run coverage only second time, do not clean, coveralls only when tests are run --- diff --git a/.travis.yml b/.travis.yml index ee5b1cd3..e0e88f46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,15 +103,18 @@ script: - make create_test_sounds - | if [[ -z "$AUBIO_NOTESTS" ]]; then - export NOSE2="coverage run --source=aubio `which nose2`" make test_lib_python_clean - make test_python_only_clean + export NOSE2="coverage run --source=aubio `which nose2`" + make test_python_only else make test_lib_only_clean fi; after_success: - - coveralls + - | + if [[ -z "$AUBIO_NOTESTS" ]]; then + coveralls + fi notifications: irc: