shithub: aubio

Download patch

ref: 572001c08f4659633ed0d364ae2f3b091842fef9
parent: 3581fb53a04848e3f60e689c7ffd0fb8d8dd6082
author: Paul Brossier <piem@piem.org>
date: Thu Apr 21 20:54:07 EDT 2016

.travis.yml: remove python packages (using language: python), switch build to distcheck

--- a/.travis.yml
+++ b/.travis.yml
@@ -78,15 +78,9 @@
     - libjack-dev
     - libasound2-dev
     - libfftw3-dev
-    - python-dev
-    - python-numpy
-    - python3-setuptools
-    - python3-dev
-    - python3-numpy
 
 script:
-  - make build
+  - make distcheck
   - make build_python
   - make clean_python
   - make clean
-  - make distcheck