Changeset e6c83dc
- Timestamp:
- May 16, 2016, 7:47:31 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:
- d392f3e
- Parents:
- c69c219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rc69c219 re6c83dc 72 72 73 73 before_install: 74 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi 75 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sox; fi 74 - | 75 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 76 brew update 77 brew install sox 78 export PATH="$HOME/Library/Python/2.7/bin/:$PATH" 79 fi; 80 76 81 77 82 install: … … 84 89 - make build_python 85 90 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi 86 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH="$HOME/Library/Python/2.7/bin/:$PATH"make test_python_osx; fi91 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi 87 92 - make clean_python 88 93 - make clean
Note: See TracChangeset
for help on using the changeset viewer.