-
Notifications
You must be signed in to change notification settings - Fork 1
/
ciborg.json
49 lines (49 loc) · 1.21 KB
/
ciborg.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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ciborg",
"build_sdist": true,
"build_wheel": "universal",
"tooling_environment": {
"platform": "linux",
"interpreter": "cpython",
"version": "3.8"
},
"test_environments": [
{
"platform": "linux",
"interpreter": "cpython",
"version": "3.8",
"tox_environment": "typehints"
},
{
"platform": "linux",
"interpreter": "cpython",
"version": "3.6",
"install_source": "bdist"
},
{
"platform": "linux",
"interpreter": "cpython",
"version": "3.8",
"install_source": "sdist"
},
{
"platform": "linux",
"interpreter": "cpython",
"version": "3.8",
"install_source": "bdist"
},
{
"platform": "macos",
"interpreter": "cpython",
"version": "3.8",
"install_source": "bdist"
},
{
"platform": "windows",
"interpreter": "cpython",
"version": "3.8",
"install_source": "bdist"
}
],
"ciborg_requirement": "."
}