summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorPierre Glaser <pierreglaser@msn.com>2018-10-07 22:11:15 +0200
committerPierre Glaser <pierreglaser@msn.com>2018-10-07 22:11:15 +0200
commit4341691332ff80f99042e8805f8b2611c1e27143 (patch)
treeb40169401fe3b4a41189e3a71989107d54bc3a17 /azure-pipelines.yml
parentc6ff6cb722e103109ff6909ed68ebd8978f50463 (diff)
downloadnumpy-4341691332ff80f99042e8805f8b2611c1e27143.tar.gz
ENH add a displayName section to pickle5 install command
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f9b616944..14a83b70b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -107,6 +107,7 @@ jobs:
# NOTE: for Windows builds it seems much more tractable to use runtests.py
# vs. manual setup.py and then runtests.py for testing only
- script: if [%INSTALL_PICKLE5%]==[1] python -m pip install pickle5
+ displayName: 'Install optional pickle5 backport (only for python3.6 and 3.7)'
- script: python runtests.py --show-build-log --mode=$(TEST_MODE) -- -rsx --junitxml=junit/test-results.xml
displayName: 'Build NumPy & Run Full NumPy Test Suite'
- task: PublishTestResults@2