1
1
mirror of https://github.com/django/daphne.git synced 2025-03-13 03:45:45 +03:00
daphne/tox.ini
2025-01-06 19:18:37 -05:00

9 lines
104 B
INI

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