15 lines
400 B
JSON
15 lines
400 B
JSON
{
|
|
"version": 1,
|
|
"project": "app-boilerplate",
|
|
"project_url": "https://example.com/app-boilerplate",
|
|
"repo": ".",
|
|
"branches": ["master"],
|
|
"pythons": ["3.13"],
|
|
"environment_type": "virtualenv",
|
|
"install_command": ["python -m pip install {build_dir}"],
|
|
"benchmark_dir": "benchmarks",
|
|
"env_dir": "build/asv/env",
|
|
"results_dir": "build/asv/results",
|
|
"html_dir": "build/asv/html"
|
|
}
|