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