daphne/tox.ini
2025-01-06 19:18:37 -05:00

9 lines
104 B
INI

[tox]
envlist =
py{39,310,311,312,313}
[testenv]
extras = tests
commands =
pytest -v {posargs}