Changeset 644c03a for .travis.yml
- Timestamp:
- Sep 17, 2017, 3:11:28 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:
- b7399f1
- Parents:
- b57ae47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rb57ae47 r644c03a 104 104 - | 105 105 if [[ -z "$AUBIO_NOTESTS" ]]; then 106 make test_lib_python_clean 106 107 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 109 109 else 110 110 make test_lib_only_clean … … 112 112 113 113 after_success: 114 - coveralls 114 - | 115 if [[ -z "$AUBIO_NOTESTS" ]]; then 116 coveralls 117 fi 115 118 116 119 notifications:
Note: See TracChangeset
for help on using the changeset viewer.