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