mirror of https://github.com/tqdm/tqdm.git
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": 1,
|
|
"project": "tqdm",
|
|
"project_url": "https://github.com/tqdm/tqdm/",
|
|
"repo": ".",
|
|
"environment_type": "virtualenv",
|
|
"show_commit_url": "https://github.com/tqdm/tqdm/commit/",
|
|
// "pythons": ["2.7", "3.3"],
|
|
// "matrix": {
|
|
// "numpy": ["1.6", "1.7"],
|
|
// "six": ["", null], // test with and without six installed
|
|
// "pip+emcee": [""], // emcee is only available for install with pip.
|
|
// },
|
|
// "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",
|
|
"html_dir": ".asv/html"
|
|
}
|