great-ai/tox.ini
2022-07-29 12:59:41 +02:00

13 lines
241 B
INI

[tox]
envlist = py37,py38,py39,py310
isolated_build = True
[testenv]
alwayscopy = True
setenv =
PY_IGNORE_IMPORTMISMATCH = 1
deps =
pytest
pytest-cov
pytest-asyncio
commands = pytest --doctest-modules --asyncio-mode=strict