mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
13 lines
374 B
YAML
13 lines
374 B
YAML
# 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:
|
|
|
|
- template: .azure-pipelines/jobs/lint.yml
|
|
parameters:
|
|
name: Lint
|
|
vmImage: 'Ubuntu-16.04'
|