2015-03-28 16:33:29 +00:00
|
|
|
[tox]
|
2018-11-26 20:22:51 +00:00
|
|
|
envlist = py35,py36,py37,pypy3,tornado42,tornado43,torando51
|
2015-03-28 16:33:29 +00:00
|
|
|
toxworkdir = {toxinidir}/build/tox
|
|
|
|
skip_missing_intepreters = true
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
-rtest-requirements.txt
|
|
|
|
tornado
|
|
|
|
commands = {envbindir}/nosetests
|
|
|
|
|
2018-11-26 20:22:51 +00:00
|
|
|
[testenv:tornado42]
|
2015-03-28 17:04:42 +00:00
|
|
|
deps =
|
|
|
|
-rtest-requirements.txt
|
2018-11-26 20:22:51 +00:00
|
|
|
tornado>=4.2,<4.3
|
2015-03-28 17:04:42 +00:00
|
|
|
|
2018-11-26 20:22:51 +00:00
|
|
|
[testenv:tornado43]
|
2015-03-28 17:04:42 +00:00
|
|
|
deps =
|
|
|
|
-rtest-requirements.txt
|
2018-11-26 20:22:51 +00:00
|
|
|
tornado>=4.3,<4.4
|
2016-06-20 19:59:20 +00:00
|
|
|
|
2018-11-26 20:22:51 +00:00
|
|
|
[testenv:tornado51]
|
2016-06-20 19:59:20 +00:00
|
|
|
deps =
|
|
|
|
-rtest-requirements.txt
|
2018-11-26 20:22:51 +00:00
|
|
|
tornado>=5.1,<5.2
|