From 94d9a798a421d0dc7109aee67896fbfd4fb2d002 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 16 Jan 2015 11:40:49 +0100 Subject: [PATCH] Travis-CI: Put back coverage report --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.39.5