Skip to content

Commit 3a2192e

Browse files
committed
Report coverage to Coveralls.
1 parent 630827a commit 3a2192e

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
@@ -7,9 +7,12 @@ python:
77
- 3.6
88

99
install:
10-
- pip install -U tox-travis pip setuptools wheel
10+
- pip install -U tox-travis coveralls pip setuptools wheel
1111
- pip install -r requirements_dev.txt
1212
- python setup.py build_ext --inplace
1313

1414
script:
1515
- tox
16+
17+
after_success:
18+
- coveralls

0 commit comments

Comments
 (0)