Skip to content

Commit 65a15e4

Browse files
committed
Trying to get coverage support
1 parent 82a9fb6 commit 65a15e4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[run]
2+
include = */core/*
3+
include = */dot/*
4+
omit = */tests/*
5+

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 3.5
55
- 3.6
66
install:
7+
- travis_retry pip install coveralls
78
- travis_retry pip install -e ./core
89
- travis_retry pip install -e ./dot
910
script:

0 commit comments

Comments
 (0)