From: Thomas Fillon Date: Tue, 22 Apr 2014 09:47:55 +0000 (+0200) Subject: Ignore Yaafe and Aubio for coverage in Travis, proper command line X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6ac57b163464414014a4aa627d6d8c4a5d2c75ec;p=timeside-diadems.git Ignore Yaafe and Aubio for coverage in Travis, proper command line --- diff --git a/.travis.yml b/.travis.yml index 61f1ac8..62d3f7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_script: - python tests/get_samples.py script: - - coverage run --source=timeside --omit=timeside/analyzer/aubio_*.py --omit=timeside/analyzer/yaafe.py --omit=timeside/analyzer/limsi_sad.py setup.py test + - coverage run --source=timeside --omit=timeside/analyzer/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py setup.py test after_success: - coveralls \ No newline at end of file