forked from SciTools/iris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasv.conf.json
37 lines (34 loc) · 943 Bytes
/
asv.conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// See https://asv.readthedocs.io/en/stable/asv.conf.json.html for
// details on what can be included in this file.
{
"version": 1,
"project": "scitools-iris",
"project_url": "https://github.com/SciTools/iris",
"repo": ".",
"environment_type": "conda",
"show_commit_url": "http://github.com/scitools/iris/commit/",
"conda_channels": ["conda-forge", "defaults"],
"matrix": {
"cartopy": [],
"proj4": ["5"],
"cf-units": [],
"cftime": [],
"dask": [],
"matplotlib": [],
"netcdf4": [],
"numpy": [],
"scipy": [],
"setuptools": [],
"pyke": [],
"six": [],
"nose": [],
"pep8": [],
"filelock": [],
"imagehash": [],
"requests": [],
},
"benchmark_dir": "lib/iris/tests/benchmarking",
"env_dir": ".asv/env",
"results_dir": ".asv/results",
"html_dir": ".asv/html",
}