2020-09-25 14:15:06 +00:00
|
|
|
[tox]
|
|
|
|
isolated_build=true
|
|
|
|
envlist = {py37,py38}-tornado{4,5,6}
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
tornado4: tornado>=4,<5
|
|
|
|
tornado5: tornado>=5,<6
|
|
|
|
tornado6: tornado>=6,<7
|
2020-12-05 00:33:06 +00:00
|
|
|
black
|
2020-11-26 05:13:04 +00:00
|
|
|
codecov
|
2020-09-25 14:15:06 +00:00
|
|
|
mypy
|
|
|
|
hypothesis
|
|
|
|
flake8
|
|
|
|
pytest
|
2020-12-05 00:33:06 +00:00
|
|
|
pytest-black
|
2020-11-26 05:13:04 +00:00
|
|
|
pytest-cov
|
2020-09-25 14:15:06 +00:00
|
|
|
pytest-flake8
|
|
|
|
pytest-mypy
|
2020-11-26 05:13:04 +00:00
|
|
|
passenv = CI TRAVIS TRAVIS_*
|
2020-09-25 14:15:06 +00:00
|
|
|
whitelist_externals = poetry
|
2020-11-26 05:13:04 +00:00
|
|
|
commands =
|
|
|
|
pytest
|
|
|
|
codecov
|