Skip to content

Commit e5a1348

Browse files
kurtmckeemasklinn
authored andcommitted
Specify the PyPy version to target in tox
This helps ensure that PyPy 3.10 is actually getting tested locally.
1 parent ca65e02 commit e5a1348

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
@@ -1,11 +1,11 @@
11
[tox]
22
min_version = 4.0
33
env_list = py3{9,10,11,12}
4-
pypy
4+
pypy310
55
graalpy
66
flake8, black, typecheck
77
labels =
8-
test = py3{9,10,11,12},pypy,graalpy
8+
test = py3{9,10,11,12},pypy310,graalpy
99
cpy = py3{9,10,11,12}
1010
pypy = pypy3.10
1111
graal = graalpy-24
@@ -27,7 +27,7 @@ deps =
2727
commands =
2828
pytest -Werror --doctest-glob="*.rst" {posargs}
2929

30-
[testenv:{pypy,graalpy}]
30+
[testenv:{pypy310,graalpy}]
3131
deps =
3232
pytest
3333
pyyaml

0 commit comments

Comments
 (0)