From: Thomas Fillon Date: Tue, 22 Apr 2014 08:52:55 +0000 (+0200) Subject: Try to fix coverage support in Travis - 5th X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6b853baa7152d9b710ef6345bd404a5c5c0a309e;p=timeside-diadems.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