diff --git a/template.yml b/template.yml index 175672e..27085f2 100644 --- a/template.yml +++ b/template.yml @@ -3,15 +3,19 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} strategy: - matrix: + matrix: Python27: PYTHON_VERSION: '2.7' + Python32: + PYTHON_VERSION: '3.2' + Python33: + PYTHON_VERSION: '3.3' Python34: PYTHON_VERSION: '3.4' Python35: PYTHON_VERSION: '3.5' Python36: - PYTHON_VERSION: '3.6' + PYTHON_VERSION: '3.6' steps: - task: UsePythonVersion@0 inputs: