Skip to content

Commit b2629e1

Browse files
committed
Add coverall - test coverage
1 parent 3455f72 commit b2629e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ python:
44
# command to install dependencies
55
install:
66
- pip install .
7+
- pip install coveralls
78
# command to run tests
8-
script: nosetests
9+
script:
10+
coverage run --source=simplepeg setup.py test
11+
after_success:
12+
coveralls

0 commit comments

Comments
 (0)