Skip to content

Commit 5915215

Browse files
committed
Remove env switch.
1 parent 8f90abc commit 5915215

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ setenv =
6464
[testenv:codecov]
6565
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
6666
deps = codecov>=1.4.0
67-
commands = codecov -e TOXENV
67+
commands =
68+
{[testenv:cover]commands}
69+
codecov
6870

6971
[testenv:docs]
7072
basepython =

0 commit comments

Comments
 (0)