Skip to content

Commit 76e218a

Browse files
authored
Merge pull request #563 from python-attrs/pypy
Fix tox shenanigans
2 parents c254951 + 92b62b6 commit 76e218a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ python =
66
3.10: py310
77
3.11: py311, docs
88
3.12: py312, lint
9-
pypy-3: pypy38
9+
pypy-3: pypy3
1010

1111
[tox]
12-
envlist = pypy38, py38, py39, py310, py311, py312, lint, docs
12+
envlist = pypy3, py38, py39, py310, py311, py312, lint, docs
1313
isolated_build = true
1414
skipsdist = true
1515

@@ -42,7 +42,7 @@ setenv =
4242
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
4343
COVERAGE_CORE=sysmon
4444

45-
[testenv:pypy38]
45+
[testenv:pypy3]
4646
setenv =
4747
FAST = 1
4848
PDM_IGNORE_SAVED_PYTHON="1"

0 commit comments

Comments
 (0)