We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9dcd7e commit b6b8116Copy full SHA for b6b8116
tox.ini
@@ -11,5 +11,8 @@ envlist = py{34,35,36,37}
11
passenv = TOXENV CI TRAVIS TRAVIS_* APPVEYOR*
12
deps =
13
pytest
14
+ codecov
15
+ pytest-cov
16
commands =
17
18
+ codecov -e TOXENV
0 commit comments