From 1a1e4ab05fc32ae46b69eb782019764de0777d90 Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev Date: Sat, 2 Mar 2024 09:45:25 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfc88f8..5740880 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,12 +10,6 @@ pool: vmImage: ubuntu-latest strategy: matrix: - Python27: - python.version: '2.7' - Python35: - python.version: '3.5' - Python36: - python.version: '3.6' Python312: python.version: '3.12' @@ -29,8 +23,3 @@ steps: python -m pip install --upgrade pip pip install -r requirements.txt displayName: 'Install dependencies' - -- script: | - pip install pytest pytest-azurepipelines - pytest - displayName: 'pytest'