Skip to content

Commit 6b5817a

Browse files
committed
Try to fix build issue.
1 parent ee91cf9 commit 6b5817a

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
version: '{branch}-{build}'
22
build: off
3-
image: Visual Studio 2019
3+
image:
4+
- Visual Studio 2019
5+
- Visual Studio 2015
6+
matrix:
7+
exclude:
8+
- image: Visual Studio 2019
9+
PYTHON_VERSION: 2.7
10+
- image: Visual Studio 2015
11+
PYTHON_VERSION: '3.6'
12+
- image: Visual Studio 2015
13+
PYTHON_VERSION: '3.7'
14+
- image: Visual Studio 2015
15+
PYTHON_VERSION: '3.8'
16+
- image: Visual Studio 2015
17+
PYTHON_VERSION: '3.9'
418
environment:
519
global:
620
TWINE_USERNAME: ionel

ci/templates/.appveyor.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
version: '{branch}-{build}'
22
build: off
3-
image: Visual Studio 2019
3+
image:
4+
- Visual Studio 2019
5+
- Visual Studio 2015
6+
matrix:
7+
exclude:
8+
- image: Visual Studio 2019
9+
PYTHON_VERSION: 2.7
10+
{% for version in ['3.6', '3.7', '3.8', '3.9'] %}
11+
- image: Visual Studio 2015
12+
PYTHON_VERSION: '{{ version }}'
13+
{% endfor %}
414
environment:
515
global:
616
TWINE_USERNAME: ionel

0 commit comments

Comments
 (0)