daphne/tox.ini
2022-12-07 00:57:44 +00:00

9 lines
102 B
INI

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