diff options
author | mattip <matti.picus@gmail.com> | 2019-04-20 22:39:24 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-04-21 11:07:01 +0300 |
commit | f402a691a9c99e0ba2e090d4f8269ea81aac1a50 (patch) | |
tree | 5b3a1991f9ff5820e1a392fefe87a9646ef88c66 /azure-pipelines.yml | |
parent | a641ef245a9f8d320fac5cdea5632649db5fab4a (diff) | |
download | numpy-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.yml | 2 |
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 |