This repository was archived by the owner on Dec 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ environment:
8
8
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ build_tools\\ appveyor\\ run_with_env.cmd"
9
9
10
10
matrix :
11
+ - PYTHON : " C:\\ Python26"
12
+ PYTHON_VERSION : " 2.6.9"
13
+ PYTHON_ARCH : " 32"
14
+ MINICONDA : " C:\\ Miniconda"
15
+
16
+ - PYTHON : " C:\\ Python26-x64"
17
+ PYTHON_VERSION : " 2.6.9"
18
+ PYTHON_ARCH : " 64"
19
+ MINICONDA : " C:\\ Miniconda-x64"
20
+
11
21
- PYTHON : " C:\\ Python27"
12
22
PYTHON_VERSION : " 2.7.8"
13
23
PYTHON_ARCH : " 32"
@@ -27,6 +37,17 @@ environment:
27
37
PYTHON_VERSION : " 3.5.0"
28
38
PYTHON_ARCH : " 64"
29
39
MINICONDA : " C:\\ Miniconda35-x64"
40
+
41
+ - PYTHON : " C:\\ Python36"
42
+ PYTHON_VERSION : " 3.6.3"
43
+ PYTHON_ARCH : " 32"
44
+ MINICONDA : " C:\\ Miniconda36"
45
+
46
+ - PYTHON : " C:\\ Python36-x64"
47
+ PYTHON_VERSION : " 3.6.3"
48
+ PYTHON_ARCH : " 64"
49
+ MINICONDA : " C:\\ Miniconda36-x64"
50
+
30
51
31
52
32
53
@@ -52,7 +73,7 @@ install:
52
73
- ps : " ls"
53
74
54
75
# Install the generated wheel package to test it
55
- - " pip install --pre --no-index --find-links dist/ py-earth"
76
+ - " pip install --pre --no-index --find-links dist/ sklearn-contrib- py-earth"
56
77
57
78
# Not a .NET project, we build scikit-learn in the install step instead
58
79
build : false
You can’t perform that action at this time.
0 commit comments