Files
AI/참고/neo4j-graphrag-python-main/tox.ini

12 lines
203 B
INI
Raw Normal View History

2026-05-12 19:40:31 +09:00
[tox]
envlist = py310, py311, py312, py313, py314
[testenv]
skip_install = true
allowlist_externals = uv
commands_pre =
uv sync --all-extras
commands =
uv run coverage run -m pytest tests/unit