Spaces:
Running
on
Zero
Running
on
Zero
File size: 238 Bytes
3860419 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[tox]
envlist = py310, py311, py312
isolated_build = True
[testenv]
deps =
poetry
commands =
poetry install
poetry run pytest --cov=gpt_engineer --cov-report=xml -k "not installed_main_execution"
passenv =
OPENAI_API_KEY
|