Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rdae3292 r6cf48bc  
    9898  - which pip
    9999  - pip --version
     100  - pip install python-coveralls
    100101
    101102script:
     
    103104  - |
    104105    if [[ -z "$AUBIO_NOTESTS" ]]; then
     106      export NOSE2="coverage run --source=aubio `which nose2`"
    105107      make test_lib_python_clean
    106108      make test_python_only_clean
     
    108110      make test_lib_only_clean
    109111    fi;
     112
     113after_success:
     114  - coveralls
    110115
    111116notifications:
Note: See TracChangeset for help on using the changeset viewer.