Changes in .travis.yml [dae3292:6cf48bc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rdae3292 r6cf48bc 98 98 - which pip 99 99 - pip --version 100 - pip install python-coveralls 100 101 101 102 script: … … 103 104 - | 104 105 if [[ -z "$AUBIO_NOTESTS" ]]; then 106 export NOSE2="coverage run --source=aubio `which nose2`" 105 107 make test_lib_python_clean 106 108 make test_python_only_clean … … 108 110 make test_lib_only_clean 109 111 fi; 112 113 after_success: 114 - coveralls 110 115 111 116 notifications:
Note: See TracChangeset
for help on using the changeset viewer.