mirror of
https://github.com/django/daphne.git
synced 2025-02-18 09:20:32 +03:00
19 lines
225 B
INI
19 lines
225 B
INI
[tox]
|
|
envlist = py{27,35}
|
|
|
|
[testenv]
|
|
usedevelop = true
|
|
commands =
|
|
python -m unittest
|
|
deps =
|
|
asgiref
|
|
twisted
|
|
autobahn
|
|
|
|
[testenv:py27]
|
|
commands =
|
|
python -m unittest2
|
|
deps =
|
|
unittest2
|
|
{[testenv]deps}
|