Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b32f9c1

Browse files
committed
CI: enable py3.5 builds on windows and switch to NP1.10
1 parent 1179df7 commit b32f9c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ environment:
1818
PYTHON_VERSION: "3.4"
1919
PYTHON_ARCH: "64"
2020
CONDA_PY: "34"
21-
CONDA_NPY: "18"
21+
CONDA_NPY: "110"
22+
23+
- PYTHON: "C:\\Python35_64"
24+
PYTHON_VERSION: "3.5"
25+
PYTHON_ARCH: "64"
26+
CONDA_PY: "35"
27+
CONDA_NPY: "110"
2228

2329
- PYTHON: "C:\\Python27_64"
2430
PYTHON_VERSION: "2.7"

0 commit comments

Comments
 (0)