Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaev-i committed Mar 2, 2024
1 parent ecfbc24 commit 1a1e4ab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'

0 comments on commit 1a1e4ab

Please sign in to comment.