From 7f0a5df463e8b03d0676751ef301f95065865432 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 14 May 2014 18:48:34 +0200 Subject: [PATCH] another attempt to fix .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e4ca07..24e2433 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ install: # command to run tests before_script: - python tests/get_samples.py -#- pip install coverage -#- pip install coveralls +- pip install coveralls script: - 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 -- 2.39.5