Skip to content

Commit 521a15f

Browse files
committed
Compute coverage of unit tests
1 parent 078898f commit 521a15f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ python:
55
before_install:
66
- bash ci/libsodium.sh
77
install:
8-
- pip install -r requirements.txt
8+
- pip install -r requirements.txt
99
# command to run tests
10-
script: python setup.py test
10+
script:
11+
- coverage run --source=ucoinpy setup.py test
12+
after_success:
13+
- coveralls

0 commit comments

Comments
 (0)