We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ebf711 + b59217a commit ae88e02Copy full SHA for ae88e02
azure-pipelines.yml
@@ -151,6 +151,11 @@ stages:
151
PYTHON_ARCH: 'x86'
152
TEST_MODE: fast
153
BITS: 32
154
+ Python38-32bit-fast:
155
+ PYTHON_VERSION: '3.8'
156
+ PYTHON_ARCH: 'x86'
157
+ TEST_MODE: fast
158
+ BITS: 32
159
Python35-64bit-full:
160
PYTHON_VERSION: '3.5'
161
PYTHON_ARCH: 'x64'
@@ -166,6 +171,11 @@ stages:
166
171
167
172
TEST_MODE: full
168
173
BITS: 64
174
+ Python38-64bit-full:
175
176
+ PYTHON_ARCH: 'x64'
177
+ TEST_MODE: full
178
+ BITS: 64
169
179
steps:
170
180
- template: azure-steps-windows.yml
181
- job: Linux_PyPy3
0 commit comments