9 lines
151 B
INI
9 lines
151 B
INI
[tox]
|
|
isolated_build = true
|
|
envlist = py38, py39
|
|
|
|
[testenv]
|
|
whitelist_externals = poetry
|
|
commands =
|
|
poetry install -v
|
|
poetry run pytest tests/
|