From 6cf48bc9f2c894d389a8b7b89a93837e4b9b7616 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 16 Sep 2017 12:16:12 +0200 Subject: [PATCH] .travis.yml: custom NOSE2 command --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7826bcda..ee5b1cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,7 @@ 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 else -- 2.11.0