Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r6cf48bc rdae3292  
    9898  - which pip
    9999  - pip --version
    100   - pip install python-coveralls
    101100
    102101script:
     
    104103  - |
    105104    if [[ -z "$AUBIO_NOTESTS" ]]; then
    106       export NOSE2="coverage run --source=aubio `which nose2`"
    107105      make test_lib_python_clean
    108106      make test_python_only_clean
     
    110108      make test_lib_only_clean
    111109    fi;
    112 
    113 after_success:
    114   - coveralls
    115110
    116111notifications:
Note: See TracChangeset for help on using the changeset viewer.