diff options
author | Pierre Glaser <pierreglaser@msn.com> | 2018-10-07 22:11:15 +0200 |
---|---|---|
committer | Pierre Glaser <pierreglaser@msn.com> | 2018-10-07 22:11:15 +0200 |
commit | 4341691332ff80f99042e8805f8b2611c1e27143 (patch) | |
tree | b40169401fe3b4a41189e3a71989107d54bc3a17 /azure-pipelines.yml | |
parent | c6ff6cb722e103109ff6909ed68ebd8978f50463 (diff) | |
download | numpy-4341691332ff80f99042e8805f8b2611c1e27143.tar.gz |
ENH add a displayName section to pickle5 install command
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
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 |