Changeset fe5ff6d


Ignore:
Timestamp:
Apr 30, 2016, 4:38:32 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
7a62fcb
Parents:
5de7f98
Message:

.travis.yml: install sox on osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r5de7f98 rfe5ff6d  
    6363    - sox
    6464
     65before_install:
     66   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update     ; fi
     67   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sox; fi
     68
    6569install:
    6670  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
Note: See TracChangeset for help on using the changeset viewer.