summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-16 11:18:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-16 11:18:13 +0000
commit535187ceaf88786aaf22560790564f1f6965ba30 (patch)
tree82456c5d0bc77961759812ddd85414435ba89127 /azure-pipelines.yml
parentAdding upstream version 4.4.0+dfsg. (diff)
downloadpre-commit-hooks-535187ceaf88786aaf22560790564f1f6965ba30.tar.xz
pre-commit-hooks-535187ceaf88786aaf22560790564f1f6965ba30.zip
Adding upstream version 4.5.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 117b014..0000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-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