Skip to content

Commit

Permalink
removed pypy test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Nov 9, 2022
1 parent b28806f commit e2cfa0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ envlist =
clean,
check,
docs,
{py38,py39,py310,py311,pypy38},
{py38,py39,py310,py311},
report
ignore_basepython_conflict = true

Expand All @@ -24,7 +24,6 @@ basepython =
py39: {env:TOXPYTHON:python3.9}
py310: {env:TOXPYTHON:python3.10}
py311: {env:TOXPYTHON:python3.11}
pypy38: {env:TOXPYTHON:pypy3.8}
{bootstrap,clean,check,report,docs}: {env:TOXPYTHON:python3}
setenv =
PYTHONPATH={toxinidir}/tests
Expand Down

0 comments on commit e2cfa0a

Please sign in to comment.