diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-30 10:54:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-30 10:54:48 +0000 |
commit | 9a5dc86a762d9e52e9dc0b8638d9bc3f3aa2a228 (patch) | |
tree | 92e99e3f760189cc29bb7be356431a1691bfeec2 /azure-pipelines.yml | |
parent | Adding upstream version 2.4.4. (diff) | |
download | identify-9a5dc86a762d9e52e9dc0b8638d9bc3f3aa2a228.tar.xz identify-9a5dc86a762d9e52e9dc0b8638d9bc3f3aa2a228.zip |
Adding upstream version 2.4.6.upstream/2.4.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 61a5a11..131e765 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,10 +10,10 @@ resources: type: github endpoint: github name: asottile/azure-pipeline-templates - ref: refs/tags/v2.1.0 + ref: refs/tags/v2.4.0 jobs: - template: job--python-tox.yml@asottile parameters: - toxenvs: [pypy3, py36, py37, py38] + toxenvs: [py37, py38] os: linux |