mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
16 lines
307 B
INI
16 lines
307 B
INI
[tox]
|
|
envlist = py37, py38, py39, py310, py311, py312
|
|
minversion = 4.11.3
|
|
isolated_build = true
|
|
|
|
[testenv]
|
|
skip_install = true
|
|
allowlist_externals = poetry
|
|
commands_pre =
|
|
poetry env use -- {env_python}
|
|
poetry install
|
|
commands =
|
|
poetry run pytest tests/
|
|
setenv =
|
|
VIRTUALENV_DISCOVERY = pyenv
|