代码拉取完成,页面将自动刷新
# Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
jobs:
- job: 'Linux_Test'
pool:
vmImage: ubuntu-16.04
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
maxParallel: 4
steps:
- template: ci/azure-pipelines-steps.yml
parameters:
platform: ubuntu
installer: apt
- job: 'Windows_Test'
pool:
vmImage: vs2017-win2016
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
PythonPreview:
python.version: 'Pre'
maxParallel: 4
steps:
- template: ci/azure-pipelines-steps.yml
parameters:
platform: windows
installer: nuget
- job: 'macOS_Test'
pool:
vmImage: xcode9-macos10.13
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
maxParallel: 4
steps:
- template: ci/azure-pipelines-steps.yml
parameters:
platform: macos
installer: brew
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。