summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
blob: 117b014f8e5dd7d2e2f3d62cae5c498ee10801bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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