From: Thomas Fillon Date: Fri, 16 Jan 2015 10:40:49 +0000 (+0100) Subject: Travis-CI: Put back coverage report X-Git-Tag: 0.7^2~18^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=94d9a798a421d0dc7109aee67896fbfd4fb2d002;p=timeside.git Travis-CI: Put back coverage report --- diff --git a/.travis.yml b/.travis.yml index 29e8c6e..24fff57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,10 @@ before_script: script: - #coverage run --source=timeside --omit=timeside/analyzer/aubio/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py,timeside/analyzer/vamp_plugin.py setup.py test + # # -------------DEFAULT-------------------- - if [[ $TEST_TARGET == 'default' ]]; then - python setup.py test; + coverage run --source=timeside --omit=timeside/plugins/analyzer/externals/aubio/aubio_*.py,timeside/plugins/analyzer/external/yaafe.py setup.py test; fi # -------------DOC------------------------ - if [[ $TEST_TARGET == 'doc' ]]; then @@ -57,5 +57,8 @@ script: fi after_success: - #- pip install coveralls - #- coveralls + - # -------------DEFAULT-------------------- + - if [[ $TEST_TARGET == 'default' ]]; then + pip install coveralls; + coveralls; + fi \ No newline at end of file