Skip to content

Commit

Permalink
Don't run coverage on PyPy3.{9,10}
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Feb 4, 2024
1 parent 494ab7c commit b83c312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ commands =
python --version
python -mpytest \
pypy38: --no-cov \
pypy39: --no-cov \
pypy310: --no-cov \
{posargs:}
extras =
testing
Expand Down

0 comments on commit b83c312

Please sign in to comment.