Changeset 8f7ed55
- Timestamp:
- Apr 30, 2016, 3:02:00 PM (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:
- b8f0502
- Parents:
- 37be82e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r37be82e r8f7ed55 64 64 65 65 install: 66 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then maketravis_retry pip install nose2; fi67 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then maketravis_retry pip install --user nose2; fi66 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi 67 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi 68 68 69 69 script:
Note: See TracChangeset
for help on using the changeset viewer.