mirror of
https://github.com/django/daphne.git
synced 2025-04-22 09:42:07 +03:00
9 lines
100 B
INI
9 lines
100 B
INI
[tox]
|
|
envlist =
|
|
py{39,310,311,312}
|
|
|
|
[testenv]
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|