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