.travis.yml: remove python packages (using language: python), switch build to distcheck
authorPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 22:54:07 +0000 (00:54 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 22:54:07 +0000 (00:54 +0200)
.travis.yml

index 1795adc..141f61c 100644 (file)
@@ -78,15 +78,9 @@ addons:
     - 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