Remove 3.4 from the pipelines config because 3.4 isn't supported

This commit is contained in:
Joe Rickerby
2019-04-06 16:23:14 +01:00
parent d5856884a3
commit be57269d5d
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -20,8 +20,6 @@ jobs:
steps:
- {task: UsePythonVersion@0, inputs: {versionSpec: '2.7', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '2.7', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.4', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.4', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x86}}