2015-07-22 17:41:30 +00:00
|
|
|
[tox]
|
2022-02-03 16:48:15 +00:00
|
|
|
envlist = py37,py38,py39,tornado,tornado50
|
2015-07-22 17:41:30 +00:00
|
|
|
indexserver =
|
|
|
|
default = https://pypi.python.org/simple
|
|
|
|
toxworkdir = build/tox
|
2015-11-18 23:13:45 +00:00
|
|
|
skip_missing_interpreters = True
|
2018-01-28 19:34:35 +00:00
|
|
|
use_develop = True
|
2015-07-22 17:41:30 +00:00
|
|
|
|
|
|
|
[testenv]
|
2015-12-10 15:22:10 +00:00
|
|
|
commands =
|
2022-02-03 16:48:15 +00:00
|
|
|
coverage run
|
2018-01-28 19:34:35 +00:00
|
|
|
|
2015-07-22 17:41:30 +00:00
|
|
|
deps =
|
2022-02-03 16:48:15 +00:00
|
|
|
.
|
2018-01-28 19:34:35 +00:00
|
|
|
-rrequires/testing.txt
|
2022-02-03 16:48:15 +00:00
|
|
|
extras =
|
|
|
|
sentry
|
2018-01-28 19:34:35 +00:00
|
|
|
|
2018-11-26 21:54:34 +00:00
|
|
|
[testenv:tornado]
|
2018-01-28 19:34:35 +00:00
|
|
|
commands =
|
2018-11-26 21:54:34 +00:00
|
|
|
{envbindir}/pip install tornado
|
2018-01-28 19:34:35 +00:00
|
|
|
{[testenv]commands}
|
|
|
|
|
2018-11-26 21:54:34 +00:00
|
|
|
[testenv:tornado50]
|
2018-01-28 19:34:35 +00:00
|
|
|
commands =
|
2020-07-18 12:03:10 +00:00
|
|
|
{envbindir}/pip install tornado==5.0
|
2018-01-28 19:34:35 +00:00
|
|
|
{[testenv]commands}
|