shithub: aubio

Download patch

ref: 6cf48bc9f2c894d389a8b7b89a93837e4b9b7616
parent: 8991aafe781a85af97aec013d197146ccc23b1e9
author: Paul Brossier <piem@piem.org>
date: Sat Sep 16 08:16:12 EDT 2017

.travis.yml: custom NOSE2 command

--- a/.travis.yml
+++ b/.travis.yml
@@ -103,6 +103,7 @@
   - 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