Setup tox
This commit is contained in:
parent
18c6ba62bb
commit
55f1599a7a
5 changed files with 37 additions and 7 deletions
13
tox.ini
Normal file
13
tox.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue