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

Compute coverage of unit tests

parent 078898ff
Branches
Tags
No related merge requests found
......@@ -7,4 +7,7 @@ before_install:
install:
- pip install -r requirements.txt
# command to run tests
script: python setup.py test
\ No newline at end of file
script:
- 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