From: Thomas Fillon Date: Tue, 22 Apr 2014 09:17:31 +0000 (+0200) Subject: Try to fix coverage support in Travis - 6th : install coveralls before success X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=282d4c0c8f0416a1421dbbd6f7967b46dec18aab;p=timeside-diadems.git Try to fix coverage support in Travis - 6th : install coveralls before success --- diff --git a/.travis.yml b/.travis.yml index ccfbf59..9ab58d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: install: # - "pip install -r requirements.txt --use-mirrors" - pip install coverage +- pip install coveralls - python setup.py install @@ -29,5 +30,4 @@ script: - coverage run --source=timeside setup.py test after_success: - - pip install coveralls - coveralls \ No newline at end of file