diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 10:18:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 10:18:53 +0000 |
commit | 82bb919828cbe531a83835b87dade5a3a74c7c9c (patch) | |
tree | 67c33bb03cc7bbd4854d3e8e73209b9193e92204 /azure-pipelines.yml | |
parent | Adding upstream version 3.3.1. (diff) | |
download | cfgv-82bb919828cbe531a83835b87dade5a3a74c7c9c.tar.xz cfgv-82bb919828cbe531a83835b87dade5a3a74c7c9c.zip |
Adding upstream version 3.4.0.upstream/3.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | azure-pipelines.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 61a5a11..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,19 +0,0 @@ -trigger: - branches: - include: [master, test-me-*] - tags: - include: ['*'] - -resources: - repositories: - - repository: asottile - type: github - endpoint: github - name: asottile/azure-pipeline-templates - ref: refs/tags/v2.1.0 - -jobs: -- template: job--python-tox.yml@asottile - parameters: - toxenvs: [pypy3, py36, py37, py38] - os: linux |