Skip to content

Commit ab548e4

Browse files
committed
.travis.yml coverage added
1 parent 36bb293 commit ab548e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ before_install:
88

99
install:
1010
- pip install codecov
11+
- pip install coverage
1112
- pip install .
1213

1314
script:
1415
- tests/test.sh
16+
- coverage run tests/core_tests.py
17+
- coverage report
1518

1619
after_success:
1720
- codecov

0 commit comments

Comments
 (0)