... | ... |
@@ -1,12 +1,12 @@ |
1 | 1 |
{ |
2 | 2 |
"version": 1, |
3 | 3 |
"project": "adaptive", |
4 |
- "project_url": "https://gitlab.kwant-project.org/qt/adaptive", |
|
4 |
+ "project_url": "https://github.com/python-adaptive/adaptive", |
|
5 | 5 |
"repo": "..", |
6 | 6 |
"dvcs": "git", |
7 | 7 |
"environment_type": "conda", |
8 | 8 |
"install_timeout": 600, |
9 |
- "show_commit_url": "https://gitlab.kwant-project.org/qt/adaptive/commit/", |
|
9 |
+ "show_commit_url": "https://github.com/python-adaptive/adaptive/commits/", |
|
10 | 10 |
"pythons": ["3.6"], |
11 | 11 |
"conda_channels": ["conda-forge"], |
12 | 12 |
"matrix": { |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+{ |
|
2 |
+ "version": 1, |
|
3 |
+ "project": "adaptive", |
|
4 |
+ "project_url": "https://gitlab.kwant-project.org/qt/adaptive", |
|
5 |
+ "repo": "..", |
|
6 |
+ "dvcs": "git", |
|
7 |
+ "environment_type": "conda", |
|
8 |
+ "install_timeout": 600, |
|
9 |
+ "show_commit_url": "https://gitlab.kwant-project.org/qt/adaptive/commit/", |
|
10 |
+ "pythons": ["3.6"], |
|
11 |
+ "conda_channels": ["conda-forge"], |
|
12 |
+ "matrix": { |
|
13 |
+ "numpy": ["1.13"], |
|
14 |
+ "holoviews": ["1.9.1"], |
|
15 |
+ "scipy": ["0.19.1"], |
|
16 |
+ "ipyparallel": ["6.0.2"], |
|
17 |
+ "sortedcontainers": ["1.5.7"], |
|
18 |
+ }, |
|
19 |
+ "benchmark_dir": "benchmarks", |
|
20 |
+ "env_dir": "env", |
|
21 |
+ "results_dir": "results", |
|
22 |
+ "html_dir": "html", |
|
23 |
+ "hash_length": 8, |
|
24 |
+ "wheel_cache_size": 2 |
|
25 |
+} |