summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-01-15 10:20:41 +1100
committermattip <matti.picus@gmail.com>2020-01-15 10:20:41 +1100
commit99b4814cb7f6e76dd1e62034867916ff28f4ec5a (patch)
tree0ee0ce6281194ec50b935118925ad6e8a9592b60 /azure-pipelines.yml
parent674d96ef3da8e9b97b29acaefea432d2524f0ca4 (diff)
downloadnumpy-99b4814cb7f6e76dd1e62034867916ff28f4ec5a.tar.gz
TST: move pypy CI to ubuntu 18.04
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1851df71a..9a8acc9c1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -187,7 +187,7 @@ stages:
- template: azure-steps-windows.yml
- job: Linux_PyPy3
pool:
- vmIMage: 'ubuntu-16.04'
+ vmIMage: 'ubuntu-18.04'
steps:
- script: source tools/pypy-test.sh
displayName: 'Run PyPy3 Build / Tests'