Skip to content
Snippets Groups Projects
Commit 521a15f2 authored by inso's avatar inso
Browse files

Compute coverage of unit tests

parent 078898ff
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,7 @@ before_install: ...@@ -7,4 +7,7 @@ before_install:
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
# command to run tests # command to run tests
script: python setup.py test script:
\ No newline at end of file - coverage run --source=ucoinpy setup.py test
after_success:
- coveralls
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment