daphne/tox.ini
Carlton Gibson 6a5093982c
Run CI tests on Windows. (#393)
* Updated minimum twisted to 19.7

Co-authored-by: Michael Käufl <django@c.michael-kaeufl.de>
2021-11-09 20:12:29 +01:00

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