Skip to content

Commit

Permalink
Merge pull request #563 from python-attrs/pypy
Browse files Browse the repository at this point in the history
Fix tox shenanigans
  • Loading branch information
hynek authored Jul 31, 2024
2 parents c254951 + 92b62b6 commit 76e218a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ python =
3.10: py310
3.11: py311, docs
3.12: py312, lint
pypy-3: pypy38
pypy-3: pypy3

[tox]
envlist = pypy38, py38, py39, py310, py311, py312, lint, docs
envlist = pypy3, py38, py39, py310, py311, py312, lint, docs
isolated_build = true
skipsdist = true

Expand Down Expand Up @@ -42,7 +42,7 @@ setenv =
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
COVERAGE_CORE=sysmon

[testenv:pypy38]
[testenv:pypy3]
setenv =
FAST = 1
PDM_IGNORE_SAVED_PYTHON="1"
Expand Down

0 comments on commit 76e218a

Please sign in to comment.