summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-04-20 22:39:24 +0300
committermattip <matti.picus@gmail.com>2019-04-21 11:07:01 +0300
commitf402a691a9c99e0ba2e090d4f8269ea81aac1a50 (patch)
tree5b3a1991f9ff5820e1a392fefe87a9646ef88c66 /azure-pipelines.yml
parenta641ef245a9f8d320fac5cdea5632649db5fab4a (diff)
downloadnumpy-f402a691a9c99e0ba2e090d4f8269ea81aac1a50.tar.gz
MAINT: use openblas, gfortran, tweak azure and comment mro (from review)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 31e548360..94c4158e2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -217,7 +217,9 @@ jobs:
steps:
- script: source tools/pypy-test.sh
displayName: 'Run PyPy3 Build / Tests'
+ continueOnError: true
- task: PublishTestResults@2
inputs:
testResultsFiles: '**/test-*.xml'
testRunTitle: 'Publish test results for PyPy3'
+ failTaskOnFailedTests: true