mirror of
https://github.com/django/daphne.git
synced 2025-04-22 01:32:06 +03:00
* Updated minimum twisted to 19.7 Co-authored-by: Michael Käufl <django@c.michael-kaeufl.de>
13 lines
213 B
INI
13 lines
213 B
INI
[tox]
|
|
envlist =
|
|
py{36,37,38,39,310}-twisted{197,latest}
|
|
|
|
[testenv]
|
|
usedevelop = true
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|
|
deps =
|
|
twisted187: twisted==19.7.0
|
|
twistedlatest: twisted>=20.3.0
|