enable coverall.io

This commit is contained in:
kakwa 2015-05-17 00:04:46 +02:00
parent 34ab780203
commit 6949cc71e4
1 changed files with 5 additions and 1 deletions

View File

@ -19,5 +19,9 @@ python:
install:
- pip install -e . --use-mirrors
- pip install passlib
- pip install coveralls
# command to run tests
script: "./run_test.sh"
script:
- coverage run --source=ldapcherry setup.py test
after_success:
- coveralls