From 0d0de4df12670f8ecb17ec0a8b9967f3811599ff Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 15 Oct 2014 22:38:16 +0200 Subject: [PATCH] Add coveralls.io --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e041097..46f1db6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,11 @@ before_install: - sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg - sudo locale-gen fr_FR.UTF-8 install: - - pip install pytest - - pip install clint==0.3.1 + - pip install pytest pytest-cov + - pip install coveralls - pip install . -script: py.test +script: py.test --cov sigal --cov-report term-missing tests/ +after_success: + coveralls notifications: irc: "chat.freenode.net#sigal"