From: Thomas Fillon Date: Tue, 22 Apr 2014 07:31:18 +0000 (+0200) Subject: Try to fix coverage support in Travis - 2nd X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0ab6ba1f52489bd7774232aa307dfcd8756a436b;p=timeside-diadems.git Try to fix coverage support in Travis - 2nd --- 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