Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit d59bce5

Browse files
committed
No need for coverage combine.
1 parent f50fad8 commit d59bce5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ script:
3434
py.test test/
3535
else
3636
coverage run -m py.test test/
37-
coverage combine
3837
coverage report
3938
fi
4039
fi

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ envlist = py27, py34, py35, pypy, lint
55
deps= -r{toxinidir}/test_requirements.txt
66
commands=
77
coverage run -m py.test {toxinidir}/test/
8-
coverage combine
98
coverage report
109

1110
[testenv:pypy]

0 commit comments

Comments
 (0)