tornado-openapi3/tox.ini

27 lines
383 B
INI
Raw Normal View History

[tox]
isolated_build=true
envlist = {py39,py310,py311,py312,py313}-tornado6
[testenv]
deps =
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