ref: f4c96f5c375f242e1b4af50d60604523db928f8b
parent: 49ac58e07a32369db2951a15c019f03525e1925b
author: Paul Brossier <piem@piem.org>
date: Thu Dec 20 15:16:40 EST 2018
[ci] add pypy on travis, use it to test sndfile/libsamplerate directly
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,10 @@
- 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 @@
- 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