Enable testing using azure pipelines
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=29&branchName=master)
|
||||
[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=29&branchName=master)
|
||||
|
||||
babi
|
||||
====
|
||||
|
||||
|
||||
20
azure-pipelines.yml
Normal file
20
azure-pipelines.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
trigger:
|
||||
branches:
|
||||
include: [master, test-me-*]
|
||||
tags:
|
||||
include: ['*']
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: asottile
|
||||
type: github
|
||||
endpoint: github
|
||||
name: asottile/azure-pipeline-templates
|
||||
ref: refs/tags/v0.0.16
|
||||
|
||||
jobs:
|
||||
- template: job--pre-commit.yml@asottile
|
||||
- template: job--python-tox.yml@asottile
|
||||
parameters:
|
||||
toxenvs: [py36, py37]
|
||||
os: linux
|
||||
Reference in New Issue
Block a user