From: Paul Brossier Date: Mon, 18 Apr 2016 23:37:21 +0000 (+0200) Subject: .travis.yml: test python3 X-Git-Tag: 0.4.4~300^2~307^2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e89310a0e08e8d25b96f800247f25e56d27c355d;p=aubio.git .travis.yml: test python3 --- diff --git a/.travis.yml b/.travis.yml index dc50e8a7..abc070e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,10 +21,15 @@ addons: - libfftw3-dev - python-dev - python-numpy + - python3-setuptools + - python3-dev + - python3-numpy script: - make build - make build_python - make clean_python + - make build_python3 + - make clean_python3 - make clean - make distcheck