Changeset 1700a2d


Ignore:
Timestamp:
Apr 22, 2016, 3:07:48 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:
597a789, edb1d7a
Parents:
39122f0
Message:

.travis.yml: test_python / test_python_osx on linux / osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r39122f0 r1700a2d  
    6767  - make build
    6868  - make build_python
    69   - make test_python
     69  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi
     70  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi
    7071  - make clean_python
    7172  - make clean
Note: See TracChangeset for help on using the changeset viewer.