daphne/tox.ini
2023-11-26 16:12:23 +01:00

9 lines
103 B
INI

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