DEBSOURCES
Skip Quicknav
sources / python-immutabledict / 4.2.2-1 / tox.ini
123456789
[tox] isolated_build = true envlist = py37,py38,py39,py310,py311,py312,py313,py314 [testenv] allowlist_externals = poetry, make commands = poetry install -v make test