Skip to content

Commit 771f69a

Browse files
author
Sergey Vilgelm
committed
Run coveralls on travis
Temporary using Travis CI to run coveralls for PRs
1 parent 4afa4ae commit 771f69a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python: "3.8"
3+
if: type = pull_request
4+
install:
5+
- pip install ".[dev]" coveralls
6+
script:
7+
- inv cover
8+
after_success:
9+
- coveralls --rcfile=coverage.rc

0 commit comments

Comments
 (0)