We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f90abc commit 60c0364Copy full SHA for 60c0364
tox.ini
@@ -62,9 +62,20 @@ setenv =
62
PYTHONPATH =
63
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
+basepython =
+ python2.7
+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 =
79
80
[testenv:docs]
81
basepython =
0 commit comments