1
0
Fork 0
cfgv/azure-pipelines.yml
Daniel Baumann 8a475bec34
Adding upstream version 3.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 20:42:17 +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.1.0
jobs:
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [pypy3, py36, py37, py38]
os: linux