11 lines
177 B
INI
11 lines
177 B
INI
[tox]
|
|
isolated_build = true
|
|
skipsdist = True
|
|
envlist = py36, py37, py38, py39
|
|
|
|
[testenv]
|
|
whitelist_externals = poetry
|
|
commands =
|
|
poetry install -v
|
|
poetry run pytest -vv
|