From 55aac48090c44fcc47d2a0089ff492dfc1e65f35 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 22 Apr 2014 11:38:39 +0200 Subject: [PATCH] Ignore Yaafe and Aubio for coverage in Travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5