From 6b853baa7152d9b710ef6345bd404a5c5c0a309e Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 22 Apr 2014 10:52:55 +0200 Subject: [PATCH] Try to fix coverage support in Travis - 5th --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5