mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
10 lines
121 B
INI
10 lines
121 B
INI
[tox]
|
|
envlist =
|
|
py{37,38,39,310,311}
|
|
|
|
[testenv]
|
|
use_develop = true
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|