Skip to content

Commit b6b8116

Browse files
committed
Add code coverage to tox runs
1 parent d9dcd7e commit b6b8116

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ envlist = py{34,35,36,37}
1111
passenv = TOXENV CI TRAVIS TRAVIS_* APPVEYOR*
1212
deps =
1313
pytest
14+
codecov
15+
pytest-cov
1416
commands =
1517
pytest
18+
codecov -e TOXENV

0 commit comments

Comments
 (0)