Skip to content

Commit b2ff4f2

Browse files
committed
Inherit settings from cover.
1 parent bda1bd4 commit b2ff4f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@ setenv =
6363

6464
[testenv:codecov]
6565
basepython =
66-
python2.7
66+
{[testenv:cover]basepython}
6767
passenv =
6868
CI TRAVIS_*
6969
deps =
70-
{[testenv]deps}
71-
{[grpc]deps}
72-
coverage
70+
{[testenv:cover]deps}
7371
codecov>=1.4.0
7472
commands =
7573
{[testenv:cover]commands}

0 commit comments

Comments
 (0)