Changeset c918a4d


Ignore:
Timestamp:
Sep 14, 2017, 4:06:35 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:
f2f06f9
Parents:
c264516
Message:

.travis.yml: add coveralls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rc264516 rc918a4d  
    9898  - which pip
    9999  - pip --version
     100  - pip install python-coveralls
    100101
    101102script:
     
    108109      make test_lib_only_clean
    109110    fi;
     111
     112after_success:
     113  - coveralls
    110114
    111115notifications:
Note: See TracChangeset for help on using the changeset viewer.