13 lines
241 B
INI
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
|