Changeset 644c03a


Ignore:
Timestamp:
Sep 17, 2017, 3:11:28 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
Children:
b7399f1
Parents:
b57ae47
Message:

.travis.yml: run coverage only second time, do not clean, coveralls only when tests are run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rb57ae47 r644c03a  
    104104  - |
    105105    if [[ -z "$AUBIO_NOTESTS" ]]; then
     106      make test_lib_python_clean
    106107      export NOSE2="coverage run --source=aubio `which nose2`"
    107       make test_lib_python_clean
    108       make test_python_only_clean
     108      make test_python_only
    109109    else
    110110      make test_lib_only_clean
     
    112112
    113113after_success:
    114   - coveralls
     114  - |
     115    if [[ -z "$AUBIO_NOTESTS" ]]; then
     116      coveralls
     117    fi
    115118
    116119notifications:
Note: See TracChangeset for help on using the changeset viewer.