Skip to content

Commit 60c0364

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

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

tox.ini

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,20 @@ setenv =
6262
PYTHONPATH =
6363

6464
[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
65+
basepython =
66+
python2.7
67+
passenv =
68+
CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
69+
deps =
70+
{[testenv]deps}
71+
{[grpc]deps}
72+
coverage
73+
codecov>=1.4.0
74+
commands =
75+
{[testenv:cover]commands}
76+
codecov
77+
setenv =
78+
PYTHONPATH =
6879

6980
[testenv:docs]
7081
basepython =

0 commit comments

Comments
 (0)