mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
Add coveralls to ci build
This commit is contained in:
parent
e4bc6a2194
commit
14661fc6fe
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue