From d109a2e671e765ca9b1d19b734a94925cbd0e4ff Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 14 May 2014 18:15:50 +0200 Subject: [PATCH] another attempt to fix .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c91314..8bf6602 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,14 +16,14 @@ before_install: # command to install dependencies install: # - "pip install -r requirements.txt --use-mirrors" -- pip install coverage -- pip install coveralls - python setup.py install # command to run tests before_script: - python tests/get_samples.py +- pip install coverage +- 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