2020-09-25 14:15:06 +00:00
|
|
|
[tox]
|
|
|
|
isolated_build=true
|
2024-10-15 21:31:10 +00:00
|
|
|
envlist = {py39,py310,py311,py312,py313}-tornado6
|
2020-09-25 14:15:06 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
tornado6: tornado>=6,<7
|
2020-12-05 00:33:06 +00:00
|
|
|
black
|
2020-11-26 05:13:04 +00:00
|
|
|
codecov
|
2020-09-25 14:15:06 +00:00
|
|
|
mypy
|
|
|
|
hypothesis
|
|
|
|
flake8
|
|
|
|
pytest
|
2020-12-05 00:33:06 +00:00
|
|
|
pytest-black
|
2020-11-26 05:13:04 +00:00
|
|
|
pytest-cov
|
2020-09-25 14:15:06 +00:00
|
|
|
pytest-flake8
|
|
|
|
pytest-mypy
|
2024-10-15 21:31:10 +00:00
|
|
|
passenv =
|
|
|
|
CI
|
|
|
|
HYPOTHESIS_PROFILE
|
|
|
|
TRAVIS
|
|
|
|
TRAVIS_*
|
2020-09-25 14:15:06 +00:00
|
|
|
whitelist_externals = poetry
|
2020-11-26 05:13:04 +00:00
|
|
|
commands =
|
|
|
|
pytest
|
|
|
|
codecov
|