From 4f90283eb8390479b783901b376f1b352f9fdb47 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sat, 18 Oct 2014 09:40:16 +0200 Subject: [PATCH] Try to fix Travis CI - check tests collection --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index eb204db..8f5bbde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ 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