Changeset 5f9729d
- Timestamp:
- Dec 10, 2016, 11:52:13 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- f1fc216
- Parents:
- ca8ad9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rca8ad9d r5f9729d 3 3 matrix: 4 4 include: 5 - python: 2.75 - python: 3.5 6 6 os: linux 7 7 compiler: gcc … … 9 9 os: linux 10 10 compiler: gcc 11 - python: 3.411 - python: 2.7 12 12 os: linux 13 13 compiler: gcc 14 env: WAFOPTS=--enable-fftw3f 14 env: WAFOPTS=--enable-fftw3 15 - language: C 16 os: osx 17 compiler: clang 18 - python: 3.5 19 os: linux 20 compiler: gcc 21 env: HAVE_AUBIO_DOUBLE=1 15 22 - python: 2.7 16 23 os: linux … … 21 28 compiler: gcc 22 29 env: HAVE_AUBIO_DOUBLE=1 23 - python: 3.424 os: linux25 compiler: gcc26 env: HAVE_AUBIO_DOUBLE=127 - python: 3.428 os: linux29 compiler: gcc30 env: HAVE_AUBIO_DOUBLE=131 - language: C32 os: osx33 compiler: clang34 30 - language: C 35 31 os: osx … … 43 39 os: osx 44 40 compiler: clang 45 env: WAFOPTS= --enable-fat --disable-avcodec" HAVE_DOUBLE=141 env: WAFOPTS="--enable-fat --disable-avcodec" HAVE_AUBIO_DOUBLE=1 46 42 47 43 addons:
Note: See TracChangeset
for help on using the changeset viewer.