mirror of
https://github.com/django/daphne.git
synced 2025-03-11 02:45:48 +03:00
9 lines
104 B
INI
9 lines
104 B
INI
[tox]
|
|
envlist =
|
|
py{39,310,311,312,313}
|
|
|
|
[testenv]
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|