Skip to content

Commit 58a823c

Browse files
authored
Allow report and codecov to use pypy3
1 parent a1903c7 commit 58a823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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,report,codecov}: {env:TOXPYTHON:python3}
18+
{bootstrap,clean,check}: {env:TOXPYTHON:python3}
1919
setenv =
2020
PYTHONPATH={toxinidir}/tests
2121
PYTHONUNBUFFERED=yes

0 commit comments

Comments
 (0)