Skip to content

Commit e3a9d8f

Browse files
committed
Revert "try just python for report,codecov"
This reverts commit ea33016.
1 parent ea33016 commit e3a9d8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ basepython =
1515
py36: {env:TOXPYTHON:python3.6}
1616
py37: {env:TOXPYTHON:python3.7}
1717
py38: {env:TOXPYTHON:python3.8}
18-
{bootstrap,clean,check}: {env:TOXPYTHON:python3}
19-
{report,codecov}: {env:TOXPYTHON:python}
18+
{bootstrap,clean,check,report,codecov}: {env:TOXPYTHON:python3}
2019
setenv =
2120
PYTHONPATH={toxinidir}/tests
2221
PYTHONUNBUFFERED=yes

0 commit comments

Comments
 (0)