Skip to content

Commit 42c9456

Browse files
committed
amended coveralls
1 parent 80b18c4 commit 42c9456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ install:
2828

2929

3030
script:
31-
- coverage run -m pytest -v tests/
31+
- coverage run --source ./pyspod -m pytest -v tests/
32+
- coverage report
3233

3334
after_success:
3435
- coveralls

0 commit comments

Comments
 (0)