1
0
Fork 0
identify/azure-pipelines.yml
Daniel Baumann e7b4550ffe
Merging upstream version 2.4.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 21:56:08 +01:00

19 lines
354 B
YAML

trigger:
branches:
include: [master, 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