tornado-openapi3/tox.ini

25 lines
391 B
INI
Raw Normal View History

[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
mypy
hypothesis
flake8
pytest
2020-12-05 00:33:06 +00:00
pytest-black
2020-11-26 05:13:04 +00:00
pytest-cov
pytest-flake8
pytest-mypy
2020-11-26 05:13:04 +00:00
passenv = CI TRAVIS TRAVIS_*
whitelist_externals = poetry
2020-11-26 05:13:04 +00:00
commands =
pytest
codecov