Changeset dcbea24
- Timestamp:
- Apr 22, 2016, 12:38:09 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:
- 3581fb5
- Parents:
- 1f8061c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r1f8061c rdcbea24 43 43 - python: 3.4 44 44 os: linux 45 compiler: clang45 compiler: gcc 46 46 env: ARCH=i386 47 47 - python: 3.4 48 48 os: linux 49 compiler: gcc49 compiler: clang 50 50 env: ARCH=x86_64 51 51 - python: 3.4 … … 55 55 - language: C 56 56 os: osx 57 compiler: clang 58 env: ARCH=x86_64 59 - language: C 60 os: osx 61 compiler: gcc 62 env: ARCH=x86_64 63 - language: C 64 os: osx 65 compiler: clang 66 env: ARCH=i386 67 - language: C 68 os: osx 69 compiler: gcc 70 env: ARCH=i386 57 compiler: 58 - clang 59 - gcc 60 env: 61 - ARCH=i386 62 - ARCH=x86_64 71 63 72 64 addons: … … 85 77 - python3-numpy 86 78 87 before install:88 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi89 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libsndfile libsamplerate; fi90 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install setuptools numpy; fi91 92 79 script: 93 80 - make build
Note: See TracChangeset
for help on using the changeset viewer.