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