mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-23 11:09:56 +00:00
a2c25247d9
- Drop support for tornado<6 - Drop support for Python<3.9 - Add support for Python 3.10, 3.11, 3.12, and 3.13
26 lines
383 B
INI
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
|