1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-03 01:28:06 +02:00

enable coverall.io

This commit is contained in:
kakwa 2015-05-17 00:04:46 +02:00
parent 34ab780203
commit 6949cc71e4

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