Skip to content

Commit

Permalink
Disable coverage on pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jan 17, 2022
1 parent b502635 commit 2e21388
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ envlist =
py37,py38,py39,py310,pypy3,
coverage,
docs
isolated_build = True

[testenv]
commands =
python --version
pytest --cov {posargs:}
python -mpytest \
pypy3: --no-cov \
{posargs:}
extras =
testing
setenv =
Expand Down

0 comments on commit 2e21388

Please sign in to comment.