From ae029097009d3fc79723cade6705e5effed00bc1 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sun, 19 Oct 2014 12:05:29 +0200 Subject: [PATCH] Fix Travis-CI, for which Gsreamer seems to behave diffently. Relax Test on expected totalframes for test decoding --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f5bbde..eb204db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ before_script: - pip install coveralls script: - - py.test --collect-only tests --ignore tests/sandbox - 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 after_success: -- 2.39.5