From 14661fc6fe0332888e2a8001842bcb9907f078f0 Mon Sep 17 00:00:00 2001 From: RawToast Date: Thu, 11 Jun 2015 17:19:32 +0100 Subject: [PATCH] Add coveralls to ci build --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f20263c24..aae6952e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,9 @@ install: - sudo apt-get install python-qt4 mplayer lame libportaudio2 - pip install SQLAlchemy - pip install nose + - pip install coveralls -script: nosetests ./tests +script: nosetests ./tests --with-coverage --cover-package=./anki + +after_success: + coveralls