From: Thomas Fillon Date: Wed, 14 May 2014 16:48:34 +0000 (+0200) Subject: another attempt to fix .travis.yml X-Git-Tag: 0.5.5~1^2~24^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c1567ae0c3e7937f7d0a1ed9304aec5239c301b6;p=timeside.git another attempt to fix .travis.yml --- 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