2016-10-30 16:15:30 +00:00
|
|
|
{
|
|
|
|
"version": 1,
|
|
|
|
"project": "tqdm",
|
|
|
|
"project_url": "https://github.com/tqdm/tqdm/",
|
|
|
|
"repo": ".",
|
|
|
|
"environment_type": "virtualenv",
|
2023-08-08 00:14:37 +00:00
|
|
|
"build_command": ["PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} ."],
|
2018-05-31 16:13:41 +00:00
|
|
|
"show_commit_url": "https://github.com/tqdm/tqdm/commit/",
|
2024-02-05 23:15:53 +00:00
|
|
|
// "pythons": ["3.7", "3.12"],
|
2020-07-10 17:19:46 +00:00
|
|
|
// "conda_channels": ["conda-forge", "defaults"],
|
|
|
|
"matrix": {
|
|
|
|
"alive-progress": [""],
|
|
|
|
"progressbar2": [""],
|
|
|
|
"rich": [""],
|
|
|
|
},
|
2016-10-30 16:15:30 +00:00
|
|
|
// "exclude": [
|
|
|
|
// {"python": "3.2", "sys_platform": "win32"}, // skip py3.2 on windows
|
|
|
|
// {"environment_type": "conda", "six": null}, // don't run without six on conda
|
|
|
|
// ],
|
|
|
|
// "include": [
|
|
|
|
// // additional env for python2.7
|
|
|
|
// {"python": "2.7", "numpy": "1.8"},
|
|
|
|
// // additional env if run on windows+conda
|
|
|
|
// {"platform": "win32", "environment_type": "conda", "python": "2.7", "libpython": ""},
|
|
|
|
// ],
|
|
|
|
"benchmark_dir": "benchmarks",
|
|
|
|
"env_dir": ".asv/env",
|
|
|
|
"results_dir": ".asv/results",
|
2018-05-22 14:01:19 +00:00
|
|
|
"html_dir": ".asv/html"
|
2016-10-30 16:15:30 +00:00
|
|
|
}
|