Changeset 65e1ec6 for .travis.yml
- Timestamp:
- Dec 20, 2018, 11:31:23 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 5fc6e81
- Parents:
- f56f795 (diff), cf4bc9f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rf56f795 r65e1ec6 12 12 os: linux 13 13 compiler: gcc 14 - python: "pypy" 15 os: linux 16 compiler: gcc 17 env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" 14 18 - python: 3.5 15 19 os: linux 16 20 compiler: gcc 17 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile"21 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" 18 22 - python: 3.4 19 23 os: linux 20 24 compiler: gcc 21 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec"25 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3" 22 26 - python: 2.7 23 27 os: linux
Note: See TracChangeset
for help on using the changeset viewer.