Changeset 95e0336
- Timestamp:
- Apr 30, 2016, 3:44:26 AM (9 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- be06e53
- Parents:
- 6a6cb48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r6a6cb48 r95e0336 9 9 compiler: gcc 10 10 env: ARCH=x86_64 11 - python: 2.712 os: linux13 compiler: gcc14 env: ARCH=x86_64 HAVE_DOUBLE=--enable-double15 11 - python: 2.7 16 12 os: linux … … 41 37 compiler: gcc 42 38 env: ARCH=i386 39 - python: 2.7 40 os: linux 41 compiler: gcc 42 env: ARCH=x86_64 HAVE_DOUBLE=1 43 - python: 2.7 44 os: linux 45 compiler: gcc 46 env: ARCH=i386 HAVE_DOUBLE=1 47 - python: 3.4 48 os: linux 49 compiler: gcc 50 env: ARCH=x86_64 HAVE_DOUBLE=1 51 - python: 3.4 52 os: linux 53 compiler: gcc 54 env: ARCH=i386 HAVE_DOUBLE=1 55 - language: C 56 os: osx 57 compiler: clang 58 env: ARCH=x86_64 HAVE_DOUBLE=1 59 - language: C 60 os: osx 61 compiler: clang 62 env: ARCH=i386 HAVE_DOUBLE=1 63 - language: C 64 os: osx 65 compiler: gcc 66 env: ARCH=x86_64 HAVE_DOUBLE=1 67 - language: C 68 os: osx 69 compiler: gcc 70 env: ARCH=i386 HAVE_DOUBLE=1 43 71 44 72 addons:
Note: See TracChangeset
for help on using the changeset viewer.