2025-02-09 20:37:08 +01:00
|
|
|
trigger:
|
|
|
|
branches:
|
|
|
|
include: [master, test-me-*]
|
|
|
|
tags:
|
|
|
|
include: ['*']
|
|
|
|
|
|
|
|
resources:
|
|
|
|
repositories:
|
|
|
|
- repository: asottile
|
|
|
|
type: github
|
|
|
|
endpoint: github
|
|
|
|
name: asottile/azure-pipeline-templates
|
2025-02-09 20:42:17 +01:00
|
|
|
ref: refs/tags/v2.1.0
|
2025-02-09 20:37:08 +01:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
- template: job--python-tox.yml@asottile
|
|
|
|
parameters:
|
|
|
|
toxenvs: [pypy3, py36, py37, py38]
|
|
|
|
os: linux
|