daphne/tox.ini
2024-10-28 19:03:41 -07:00

9 lines
100 B
INI

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