[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