From 0ab6ba1f52489bd7774232aa307dfcd8756a436b Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 22 Apr 2014 09:31:18 +0200 Subject: [PATCH] Try to fix coverage support in Travis - 2nd --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e07213a..56d64fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: install: # - "pip install -r requirements.txt --use-mirrors" - python setup.py install - - pip install coveralls + - pip install coverage # command to run tests before_script: @@ -28,4 +28,5 @@ script: - coverage run --source=timeside python setup.py test after_success: - coveralls \ No newline at end of file + - pip install coveralls + - coveralls \ No newline at end of file -- 2.39.5