From f4c96f5c375f242e1b4af50d60604523db928f8b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 20 Dec 2018 20:16:40 +0100 Subject: [PATCH] [ci] add pypy on travis, use it to test sndfile/libsamplerate directly --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.0