.travis.yml: custom NOSE2 command
authorPaul Brossier <piem@piem.org>
Sat, 16 Sep 2017 10:16:12 +0000 (12:16 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 16 Sep 2017 10:16:12 +0000 (12:16 +0200)
.travis.yml

index 7826bcd..ee5b1cd 100644 (file)
@@ -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