Skip to content

Commit

Permalink
build: tox understands "pypy38" on its own
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 20, 2022
1 parent 9d90ebd commit bf5a760
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,6 @@ commands =
# For running against my own builds of CPython, or any other specific Python.
basepython = {env:COVERAGE_ANYPY}

[testenv:pypy37]
basepython = pypy3.7

[testenv:pypy38]
basepython = pypy3.8

[testenv:pypy37-rc]
basepython = /usr/local/pypy/pypy3.7-v7.3.8rc1-osx64/bin/pypy3

[testenv:pypy38-rc]
basepython = /usr/local/pypy/pypy3.8-v7.3.8rc1-osx64/bin/pypy3

[testenv:pypy39-rc]
basepython = /usr/local/pypy/pypy3.9-v7.3.8rc1-osx64/bin/pypy3


[testenv:doc]
# Build the docs so we know if they are successful. We build twice: once with
# -q to get all warnings, and once with -QW to get a success/fail status
Expand Down

0 comments on commit bf5a760

Please sign in to comment.