1
0
Fork 0
identify/azure-pipelines.yml
Daniel Baumann 542b9d00f6
Merging upstream version 2.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 22:00:21 +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