mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
13 lines
209 B
INI
13 lines
209 B
INI
|
[tox]
|
||
|
envlist =
|
||
|
py{36,37,38,39}-twisted{187,latest}
|
||
|
|
||
|
[testenv]
|
||
|
usedevelop = true
|
||
|
extras = tests
|
||
|
commands =
|
||
|
pytest -v {posargs}
|
||
|
deps =
|
||
|
twisted187: twisted==18.7.0
|
||
|
twistedlatest: twisted>=20.3.0
|