pricehist/tox.ini
2021-10-05 13:30:53 +02:00

9 lines
124 B
INI

[tox]
isolated_build = True
envlist = py38,py39
[testenv]
deps = poetry
commands =
poetry install
poetry run make test