From: Thomas Fillon Date: Tue, 22 Apr 2014 08:52:55 +0000 (+0200) Subject: Try to fix coverage support in Travis - 5th X-Git-Tag: 0.5.5~1^2~38^2~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5551b3d50155548c1945fae351761b0504127d51;p=timeside.git Try to fix coverage support in Travis - 5th --- diff --git a/.travis.yml b/.travis.yml index ae5b1f4..ccfbf59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_script: script: # - py.test tests --ignore tests/sandbox - - coverage run --source=timeside python setup.py test + - coverage run --source=timeside setup.py test after_success: - pip install coveralls