mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
enable coverall.io
This commit is contained in:
parent
34ab780203
commit
6949cc71e4
@ -19,5 +19,9 @@ python:
|
|||||||
install:
|
install:
|
||||||
- pip install -e . --use-mirrors
|
- pip install -e . --use-mirrors
|
||||||
- pip install passlib
|
- pip install passlib
|
||||||
|
- pip install coveralls
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: "./run_test.sh"
|
script:
|
||||||
|
- coverage run --source=ldapcherry setup.py test
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user