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:
88 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ build_tools\\ appveyor\\ run_with_env.cmd"
99
1010 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+
1121 - PYTHON : " C:\\ Python27"
1222 PYTHON_VERSION : " 2.7.8"
1323 PYTHON_ARCH : " 32"
@@ -27,6 +37,17 @@ environment:
2737 PYTHON_VERSION : " 3.5.0"
2838 PYTHON_ARCH : " 64"
2939 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+
3051
3152
3253
@@ -52,7 +73,7 @@ install:
5273 - ps : " ls"
5374
5475 # 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"
5677
5778# Not a .NET project, we build scikit-learn in the install step instead
5879build : false
You can’t perform that action at this time.
0 commit comments