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