mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
11 lines
226 B
INI
11 lines
226 B
INI
# We test against the oldest supported Twisted release, and the current release.
|
|
[tox]
|
|
envlist = py{35,36}-twisted-{old,new}
|
|
|
|
[testenv]
|
|
deps =
|
|
twisted-old: twisted==17.1.0
|
|
commands =
|
|
pip install -e .[tests]
|
|
pytest
|