Skip to content

Commit

Permalink
Fix codecov env.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 26, 2020
1 parent 947225d commit 6c05990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ basepython =
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
{bootstrap,clean,check,docs,report}: {env:TOXPYTHON:python}
{bootstrap,codecov,clean,check,docs,report}: {env:TOXPYTHON:python}
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
Expand Down

0 comments on commit 6c05990

Please sign in to comment.