Skip to content

Commit bb7073d

Browse files
committed
appveyor.yml: Add Python 3.6 to test matrix.
1 parent c936c81 commit bb7073d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ environment:
5252
VS_VER: "2015"
5353
INSTANCENAME: "SQL2008R2SP2"
5454

55+
- PYTHON: "C:\\Python36"
56+
PYTHON_VERSION: "3.6.1"
57+
PYTHON_ARCH: "32"
58+
ARCH: x86
59+
VS_VER: "2015"
60+
INSTANCENAME: "SQL2008R2SP2"
61+
5562
- PYTHON: "C:\\Python27-x64"
5663
PYTHON_VERSION: "2.7.9"
5764
PYTHON_ARCH: "64"
@@ -80,6 +87,13 @@ environment:
8087
VS_VER: "2015"
8188
INSTANCENAME: "SQL2008R2SP2"
8289

90+
- PYTHON: "C:\\Python36-x64"
91+
PYTHON_VERSION: "3.6.1"
92+
PYTHON_ARCH: "64"
93+
ARCH: x86_64
94+
VS_VER: "2015"
95+
INSTANCENAME: "SQL2008R2SP2"
96+
8397

8498
- PYTHON: "C:\\Python27"
8599
PYTHON_VERSION: "2.7.9"
@@ -109,6 +123,13 @@ environment:
109123
VS_VER: "2015"
110124
INSTANCENAME: "SQL2012SP1"
111125

126+
- PYTHON: "C:\\Python36"
127+
PYTHON_VERSION: "3.6.1"
128+
PYTHON_ARCH: "32"
129+
ARCH: x86
130+
VS_VER: "2015"
131+
INSTANCENAME: "SQL2012SP1"
132+
112133
- PYTHON: "C:\\Python27-x64"
113134
PYTHON_VERSION: "2.7.9"
114135
PYTHON_ARCH: "64"
@@ -137,6 +158,13 @@ environment:
137158
VS_VER: "2015"
138159
INSTANCENAME: "SQL2012SP1"
139160

161+
- PYTHON: "C:\\Python36-x64"
162+
PYTHON_VERSION: "3.6.1"
163+
PYTHON_ARCH: "64"
164+
ARCH: x86_64
165+
VS_VER: "2015"
166+
INSTANCENAME: "SQL2012SP1"
167+
140168
install:
141169
# If there is a newer build queued for the same PR, cancel this one.
142170
# The AppVeyor 'rollout builds' option is supposed to serve the same

0 commit comments

Comments
 (0)