remarshal/tox.ini

14 lines
181 B
INI

[tox]
isolated_build = true
requires =
tox>=4
env_list =
py{38,39,310,311,312},pypy{39,310}
[testenv]
description = run tests
deps =
pytest>=8,<9
commands =
pytest