daphne/tox.ini
2022-12-08 01:06:41 +00:00

9 lines
102 B
INI

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