Add coveralls to ci build

This commit is contained in:
RawToast 2015-06-11 17:19:32 +01:00
parent e4bc6a2194
commit 14661fc6fe

View file

@ -6,5 +6,9 @@ install:
- sudo apt-get install python-qt4 mplayer lame libportaudio2 - sudo apt-get install python-qt4 mplayer lame libportaudio2
- pip install SQLAlchemy - pip install SQLAlchemy
- pip install nose - pip install nose
- pip install coveralls
script: nosetests ./tests script: nosetests ./tests --with-coverage --cover-package=./anki
after_success:
coveralls