We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f90abc commit 5915215Copy full SHA for 5915215
tox.ini
@@ -64,7 +64,9 @@ setenv =
64
[testenv:codecov]
65
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
66
deps = codecov>=1.4.0
67
-commands = codecov -e TOXENV
+commands =
68
+ {[testenv:cover]commands}
69
+ codecov
70
71
[testenv:docs]
72
basepython =
0 commit comments