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

azure pipelines [skip travis] [skip appveyor]

üst f1c7617f
[![Build Status](https://travis-ci.org/asottile/add-trailing-comma.svg?branch=master)](https://travis-ci.org/asottile/add-trailing-comma)
[![Coverage Status](https://coveralls.io/repos/github/asottile/add-trailing-comma/badge.svg?branch=master)](https://coveralls.io/github/asottile/add-trailing-comma?branch=master)
[![Build status](https://ci.appveyor.com/api/projects/status/our2mhmqbx3pgoi2/branch/master?svg=true)](https://ci.appveyor.com/project/asottile/add-trailing-comma/branch/master)
[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/asottile.add-trailing-comma?branchName=master)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=3&branchName=master)
add-trailing-comma
=========
......
resources:
repositories:
- repository: asottile
type: github
endpoint: asottile-github
name: asottile/azure-pipeline-templates
ref: refs/tags/v0.0.1
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}
- template: job--python-tox.yml@asottile
parameters: {tox: 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