From: Paul Brossier Date: Sat, 16 Sep 2017 10:16:12 +0000 (+0200) Subject: .travis.yml: custom NOSE2 command X-Git-Tag: 0.4.6~29 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=6cf48bc9f2c894d389a8b7b89a93837e4b9b7616 .travis.yml: custom NOSE2 command --- 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