1
0
Fork 0
identify/azure-pipelines.yml
Daniel Baumann 9de8218e51
Adding upstream version 2.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 21:59:58 +01:00

19 lines
352 B
YAML

trigger:
branches:
include: [main, test-me-*]
tags:
include: ['*']
resources:
repositories:
- repository: asottile
type: github
endpoint: github
name: asottile/azure-pipeline-templates
ref: refs/tags/v2.4.0
jobs:
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [py37, py38]
os: linux