9 lines
124 B
INI
9 lines
124 B
INI
[tox]
|
|
isolated_build = True
|
|
envlist = py38,py39
|
|
|
|
[testenv]
|
|
deps = poetry
|
|
commands =
|
|
poetry install
|
|
poetry run make test
|