From: Thomas Fillon Date: Tue, 22 Apr 2014 07:22:39 +0000 (+0200) Subject: Try to fix coverage support in Travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7b040cee1ee6e230034f08764b4bb81b7ca83d0a;p=timeside-diadems.git Try to fix coverage support in Travis --- diff --git a/.travis.yml b/.travis.yml index 1b1f691..e07213a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: install: # - "pip install -r requirements.txt --use-mirrors" - python setup.py install + - pip install coveralls # command to run tests before_script: