10 lines
177 B
INI
10 lines
177 B
INI
[tox]
|
|
isolated_build = true
|
|
envlist = py38, py39, py310, py311
|
|
|
|
[testenv]
|
|
whitelist_externals = poetry
|
|
commands=
|
|
poetry install -E zstandard
|
|
poetry run py.test --no-cov
|