mirror of
https://github.com/django/daphne.git
synced 2026-01-08 09:10:53 +03:00
Changes: - add lifespan support via monkay.asgi - Bump minimum python version (near EOL, needs discussion)
9 lines
101 B
INI
9 lines
101 B
INI
[tox]
|
|
envlist =
|
|
py{310,311,312,313}
|
|
|
|
[testenv]
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|