Kaydet (Commit) 7411969e authored tarafından Anthony Sottile's avatar Anthony Sottile

Convert to parameterized list of toxenvs

Committed via https://github.com/asottile/all-repos
üst 9e040ef6
trigger:
branches:
include: [master, test-me-*]
resources:
repositories:
- repository: asottile
type: github
endpoint: asottile-github
name: asottile/azure-pipeline-templates
ref: refs/tags/v0.0.3
ref: refs/tags/v0.0.4
jobs:
- template: job--python-tox.yml@asottile
parameters: {tox: py27, os: windows}
- template: job--python-tox.yml@asottile
parameters: {tox: py37, os: windows}
- template: job--python-tox.yml@asottile
parameters: {tox: pypy, os: linux}
- template: job--python-tox.yml@asottile
parameters: {tox: pypy3, os: linux}
- template: job--python-tox.yml@asottile
parameters: {tox: py27, os: linux}
- template: job--python-tox.yml@asottile
parameters: {tox: py36, os: linux}
- template: job--python-tox.yml@asottile
parameters: {tox: py37, os: linux}
parameters:
toxenvs: [py27, py37]
os: windows
- template: job--python-tox.yml@asottile
parameters: {tox: py38, os: linux}
parameters:
toxenvs: [pypy, pypy3, py27, py36, py37, py38]
os: linux
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment