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'