mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
23 lines
456 B
YAML
23 lines
456 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: [py38]
|
|
os: windows
|
|
- template: job--python-tox.yml@asottile
|
|
parameters:
|
|
toxenvs: [py37, py38, py39, py310]
|
|
os: linux
|