ref: 644c03a8d5214c4cc77dd5a6fc8d59700e4b5f3f
parent: b57ae47ad2d43cb3882afb4b5e59d5cf7be98db9
author: Paul Brossier <piem@piem.org>
date: Sun Sep 17 11:11:28 EDT 2017
.travis.yml: run coverage only second time, do not clean, coveralls only when tests are run
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,15 +103,18 @@
- 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: