tornado-openapi3/tox.ini
Correl Roush a2c25247d9 Update supported tornado and python versions
- Drop support for tornado<6
- Drop support for Python<3.9
- Add support for Python 3.10, 3.11, 3.12, and 3.13
2024-10-20 22:19:57 -04:00

26 lines
383 B
INI

[tox]
isolated_build=true
envlist = {py39,py310,py311,py312,py313}-tornado6
[testenv]
deps =
tornado6: tornado>=6,<7
black
codecov
mypy
hypothesis
flake8
pytest
pytest-black
pytest-cov
pytest-flake8
pytest-mypy
passenv =
CI
HYPOTHESIS_PROFILE
TRAVIS
TRAVIS_*
whitelist_externals = poetry
commands =
pytest
codecov