From: Paul Brossier Date: Thu, 20 Dec 2018 19:49:09 +0000 (+0100) Subject: [ci] improve coverage of sndfile/samplerate support X-Git-Tag: 0.4.9~51 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=3880830a03955a9572d52bf8f1659a1573673e24;p=aubio.git [ci] improve coverage of sndfile/samplerate support --- diff --git a/.travis.yml b/.travis.yml index 35e15d83..d5cc75b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,11 @@ matrix: - python: "pypy" os: linux compiler: gcc - env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-avcodec" + env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" - python: 3.5 os: linux compiler: gcc - env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile" + env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" - python: 3.4 os: linux compiler: gcc