Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 3faf67d

Browse files
committed
Add coveralls support
1 parent 7f27a8f commit 3faf67d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818

1919
install:
2020
- "pip install -U pip"
21-
- "pip install -U pytest pytest-runner flake8 mypy-lang"
21+
- "pip install -U pytest pytest-runner flake8 mypy-lang coveralls"
2222
- "pip install ."
2323
- "pip freeze"
2424

@@ -27,5 +27,8 @@ script:
2727
- python setup.py flake8 || true
2828
- mypy everywhere
2929

30+
after_success:
31+
- coveralls
32+
3033
notifications:
3134
email: false

0 commit comments

Comments
 (0)