Skip to content

Commit

Permalink
Fix python 2 agent availbility (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
atbagga committed May 29, 2019
1 parent 834e9c4 commit bf6f9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
Python27:
python.version: '2.7.15'
python.version: '2.x'
Python36:
python.version: '3.6.8'
Python37:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
Python27:
python.version: '2.7.15'
python.version: '2.x'
Python36:
python.version: '3.6.8'
Python37:
Expand Down

0 comments on commit bf6f9d5

Please sign in to comment.