tornado-openapi3/tox.ini

25 lines
415 B
INI
Raw Normal View History

[tox]
isolated_build=true
2021-01-22 05:10:05 +00:00
envlist = {py37,py38,py39}-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
passenv = CI HYPOTHESIS_PROFILE TRAVIS TRAVIS_*
whitelist_externals = poetry
2020-11-26 05:13:04 +00:00
commands =
pytest
codecov