Changeset e6c83dc


Ignore:
Timestamp:
May 16, 2016, 7:47:31 AM (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:
d392f3e
Parents:
c69c219
Message:

.travis.yml: always set PATH on osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rc69c219 re6c83dc  
    7272
    7373before_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
    7681
    7782install:
     
    8489  - make build_python
    8590  - 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; fi
     91  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi
    8792  - make clean_python
    8893  - make clean
Note: See TracChangeset for help on using the changeset viewer.