daphne/tox.ini
2023-09-07 09:09:10 +02:00

9 lines
99 B
INI

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