1 Star 0 Fork 0

dzc/matplotlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
azure-pipelines.yml 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Steve Dower 提交于 2018-12-13 08:16 +08:00 . CI: set up OSX and windows azure pipelines
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sdredboy/matplotlib.git
git@gitee.com:sdredboy/matplotlib.git
sdredboy
matplotlib
matplotlib
master

搜索帮助