Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 2fff815

Browse files
committed
Update appveyor
1 parent 2fc2498 commit 2fff815

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

appveyor.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5879
build: false

0 commit comments

Comments
 (0)