1 Star 0 Fork 0

Roc Marshal/mpu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 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
trigger:
- master
pool:
vmImage: 'VS2017-Win2016'
strategy:
matrix:
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
displayName: 'Use Python $(python.version)'
- script: |
python -m pip install --upgrade pip
pip install -r requirements/ci.txt
displayName: 'Install dependencies'
- script: |
pip install .[all]
displayName: 'Install package'
- script: |
pip install pytest pytest-azurepipelines
pytest -vv
displayName: 'pytest'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RocMarshal/mpu.git
git@gitee.com:RocMarshal/mpu.git
RocMarshal
mpu
mpu
master

搜索帮助