Skip to content

Commit ea33016

Browse files
committed
try just python for report,codecov
1 parent 48b2bfb commit ea33016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

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

0 commit comments

Comments
 (0)