From 9fb11373ab795aeeaec5088510a2a86e6cd12089 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 12:25:15 +0100 Subject: [PATCH] Travis: Do not install coverage --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f31cb9c..8bd9e39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ install: # command to run tests -before_script: - - pip install coverage +#before_script: +# - pip install coverage 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