Unverified Kaydet (Commit) ce9e9da8 authored tarafından Anthony Sottile's avatar Anthony Sottile Kaydeden (comit) GitHub

Merge pull request #67 from asottile/all-repos_autofix_all-repos-manual

Convert to parameterized list of toxenvs
trigger:
branches:
include: [master, test-me-*]
resources: resources:
repositories: repositories:
- repository: asottile - repository: asottile
type: github type: github
endpoint: asottile-github endpoint: asottile-github
name: asottile/azure-pipeline-templates name: asottile/azure-pipeline-templates
ref: refs/tags/v0.0.3 ref: refs/tags/v0.0.4
jobs: jobs:
- template: job--python-tox.yml@asottile - template: job--python-tox.yml@asottile
parameters: {tox: py27, os: windows} parameters:
- template: job--python-tox.yml@asottile toxenvs: [py27, py37]
parameters: {tox: py37, os: windows} 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}
- template: job--python-tox.yml@asottile - 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