2015-07-22 17:41:30 +00:00
|
|
|
[tox]
|
2018-11-26 21:54:34 +00:00
|
|
|
envlist = py35,py36,py37,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 =
|
2018-01-28 19:34:35 +00:00
|
|
|
nosetests -v
|
|
|
|
|
2015-07-22 17:41:30 +00:00
|
|
|
deps =
|
2018-01-28 19:34:35 +00:00
|
|
|
-rrequires/testing.txt
|
|
|
|
|
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 =
|
2018-11-26 21:54:34 +00:00
|
|
|
{envbindir}/pip install tornado=5.0
|
2018-01-28 19:34:35 +00:00
|
|
|
{[testenv]commands}
|