Skip to content

Commit d7783c0

Browse files
Update azure-pipelines.yml for Azure Pipelines
test 02
1 parent 82e61f9 commit d7783c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ pool:
1010
vmImage: ubuntu-latest
1111
strategy:
1212
matrix:
13-
Python27:
14-
python.version: '2.7'
15-
Python35:
16-
python.version: '3.5'
17-
Python36:
18-
python.version: '3.6'
13+
#Python27:
14+
# python.version: '2.7'
15+
#Python35:
16+
# python.version: '3.5'
17+
#Python36:
18+
# python.version: '3.6'
1919
Python37:
20-
python.version: '3.7'
20+
python.version: '3.8'
2121

2222
steps:
2323
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)