1
0
Fork 0
mirror of https://github.com/correl/tornado-openapi3.git synced 2025-03-30 17:00:15 -09:00
tornado-openapi3/tox.ini

17 lines
293 B
INI

[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
mypy
hypothesis
flake8
pytest
pytest-flake8
pytest-mypy
whitelist_externals = poetry
commands = py.test