mirror of
https://github.com/django/daphne.git
synced 2024-11-13 03:26:33 +03:00
9 lines
103 B
INI
9 lines
103 B
INI
[tox]
|
|
envlist =
|
|
py{38,39,310,311,312}
|
|
|
|
[testenv]
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|