Skip to content

Commit 9592b6d

Browse files
committed
change image type
1 parent e83d43b commit 9592b6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ environment:
2020
matrix:
2121

2222
- CONDA_ROOT: "C:\\Miniconda3_64"
23+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2324
PYTHON_VERSION: "3.6"
2425
PYTHON_ARCH: "64"
2526
CONDA_PY: "36"
2627
CONDA_NPY: "113"
2728

2829
- CONDA_ROOT: "C:\\Miniconda3_64"
29-
PYTHON_VERSION: "3.7"
30-
PYTHON_ARCH: "64"
31-
CONDA_PY: "37"
32-
CONDA_NPY: "114"
33-
34-
- CONDA_ROOT: "C:\\Miniconda3_64"
30+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3531
PYTHON_VERSION: "2.7"
3632
PYTHON_ARCH: "64"
3733
CONDA_PY: "27"

0 commit comments

Comments
 (0)