Skip to content

Commit ae88e02

Browse files
authored
Merge pull request numpy#14914 from charris/test-3.8-on-windows
WIP, TST: Test with Python3.8 on Windows.
2 parents 1ebf711 + b59217a commit ae88e02

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ stages:
151151
PYTHON_ARCH: 'x86'
152152
TEST_MODE: fast
153153
BITS: 32
154+
Python38-32bit-fast:
155+
PYTHON_VERSION: '3.8'
156+
PYTHON_ARCH: 'x86'
157+
TEST_MODE: fast
158+
BITS: 32
154159
Python35-64bit-full:
155160
PYTHON_VERSION: '3.5'
156161
PYTHON_ARCH: 'x64'
@@ -166,6 +171,11 @@ stages:
166171
PYTHON_ARCH: 'x64'
167172
TEST_MODE: full
168173
BITS: 64
174+
Python38-64bit-full:
175+
PYTHON_VERSION: '3.8'
176+
PYTHON_ARCH: 'x64'
177+
TEST_MODE: full
178+
BITS: 64
169179
steps:
170180
- template: azure-steps-windows.yml
171181
- job: Linux_PyPy3

0 commit comments

Comments
 (0)