From: Paul Brossier Date: Thu, 21 Apr 2016 22:54:07 +0000 (+0200) Subject: .travis.yml: remove python packages (using language: python), switch build to distcheck X-Git-Tag: 0.4.4~300^2~272 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=572001c08f4659633ed0d364ae2f3b091842fef9;p=aubio.git .travis.yml: remove python packages (using language: python), switch build to distcheck --- diff --git a/.travis.yml b/.travis.yml index 1795adc0..141f61ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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