Skip to content

Commit

Permalink
Merge branch 'master' into zizmor
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn authored Dec 22, 2024
2 parents b37937f + e5a1348 commit 1ff4a82
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
@@ -1,11 +1,11 @@
[tox]
min_version = 4.0
env_list = py3{9,10,11,12}
pypy
pypy310
graalpy
flake8, black, typecheck
labels =
test = py3{9,10,11,12},pypy,graalpy
test = py3{9,10,11,12},pypy310,graalpy
cpy = py3{9,10,11,12}
pypy = pypy3.10
graal = graalpy-24
Expand All @@ -27,7 +27,7 @@ deps =
commands =
pytest -Werror --doctest-glob="*.rst" {posargs}

[testenv:{pypy,graalpy}]
[testenv:{pypy310,graalpy}]
deps =
pytest
pyyaml
Expand Down

0 comments on commit 1ff4a82

Please sign in to comment.