Changeset 22e991b for .travis.yml


Ignore:
Timestamp:
Nov 30, 2016, 7:05:43 PM (7 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, sampler, yinfft+
Children:
a028a04
Parents:
e56ac16
Message:

Makefile, .travis.yml: merge test_python and test_python_osx rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    re56ac16 r22e991b  
    8787script:
    8888  - make create_test_sounds
    89   - make build
    90   - make build_python
    91   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi
    92   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi
    93   - make clean_python
    94   - make clean
    95   - make distcheck
     89  - make test_python
    9690  - make test_pure_python
    9791
Note: See TracChangeset for help on using the changeset viewer.