add tox config

This commit is contained in:
Ivan Schaller 2022-06-22 19:26:39 +02:00
parent d56c23aa30
commit d6a9651cc4

13
tox.ini Normal file
View file

@ -0,0 +1,13 @@
[tox]
envlist = py38, py39, py310
isolated_build = True
[testenv]
deps =
pytest
coverage
-rrequirements.txt
commands =
pytest -x --basetemp="{envtmpdir}" {posargs}