From: Paul Brossier Date: Thu, 20 Dec 2018 19:16:40 +0000 (+0100) Subject: [ci] add pypy on travis, use it to test sndfile/libsamplerate directly X-Git-Tag: 0.4.9~52 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f4c96f5c375f242e1b4af50d60604523db928f8b;p=aubio.git [ci] add pypy on travis, use it to test sndfile/libsamplerate directly --- diff --git a/.travis.yml b/.travis.yml index b2cdf961..35e15d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ matrix: - python: 2.7 os: linux compiler: gcc + - python: "pypy" + os: linux + compiler: gcc + env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-avcodec" - python: 3.5 os: linux compiler: gcc @@ -18,7 +22,7 @@ matrix: - python: 3.4 os: linux compiler: gcc - env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec" + env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3" - python: 2.7 os: linux compiler: gcc