Changeset 39b686c
- Timestamp:
- Sep 17, 2017, 10:34:04 PM (7 years ago)
- 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:
- d85e16f
- Parents:
- 639bf5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r639bf5e r39b686c 82 82 - libfftw3-dev 83 83 - sox 84 - lcov 84 85 85 86 before_install: … … 99 100 - pip --version 100 101 - pip install python-coveralls 102 - gem install coveralls-lcov 101 103 102 104 script: … … 105 107 if [[ -z "$AUBIO_NOTESTS" ]]; then 106 108 make test_lib_python_clean 107 export NOSE2="coverage run --source=aubio `which nose2`" 108 make test_python_only 109 make coverage 109 110 else 110 111 make test_lib_only_clean … … 114 115 - | 115 116 if [[ -z "$AUBIO_NOTESTS" ]]; then 116 sed 's|\"\([^"]*\)/\(aubio\/\)\([^"]*\.py\)"|"'$PWD'/python/lib/aubio/\3"|g' .coverage > .coverage.remap 117 mv -f .coverage.remap .coverage 117 # upload lcov coverage 118 coveralls-lcov build/coverage.info 119 # upload python coverage 118 120 coveralls 119 121 fi
Note: See TracChangeset
for help on using the changeset viewer.