shithub: aubio

Download patch

ref: 797435fd6f405b18b4370f2bde7e4b8f7852496b
parent: b8f05022bac32b9a93c57ec2ec45d28e535bae74
author: Paul Brossier <piem@piem.org>
date: Sat Apr 30 12:00:38 EDT 2016

.travis.yml: re-enable test sounds creation

--- a/.travis.yml
+++ b/.travis.yml
@@ -67,7 +67,7 @@
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi
 
 script:
-  - echo make create_test_sounds disabled for now
+  - make create_test_sounds
   - make build
   - make build_python
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi