1
0
Fork 0
identify/azure-pipelines.yml
Daniel Baumann 081e9b7cd8
Merging upstream version 1.5.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 21:28:59 +01:00

19 lines
367 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.0.0
jobs:
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [pypy3, py36, py37, py38]
os: linux