Skip to content

Commit be71495

Browse files
committed
add pypy windows test run
1 parent 382befe commit be71495

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ stages:
249249
TEST_MODE: full
250250
BITS: 64
251251
NPY_USE_BLAS_ILP64: '1'
252+
PyPy38-64bit-fast:
253+
PYTHON_VERSION: 'PyPy'
254+
PYTHON_ARCH: 'x64'
255+
TEST_MODE: fast
256+
BITS: 64
257+
NPY_USE_BLAS_ILP64: '1'
252258

253259
steps:
254260
- template: azure-steps-windows.yml

azure-steps-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
architecture: $(PYTHON_ARCH)
77
condition: not(contains(variables['PYTHON_VERSION'], 'PyPy'))
88
- powershell: |
9-
$url = "http://buildbot.pypy.org/nightly/py3.7/pypy-c-jit-latest-win64.zip"
9+
$url = "http://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip"
1010
$output = "pypy.zip"
1111
$wc = New-Object System.Net.WebClient
1212
$wc.DownloadFile($url, $output)

0 commit comments

Comments
 (0)