Skip to content

Commit

Permalink
Add python 3.7 build to the azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Nov 2, 2019
1 parent 8521dfe commit c973c3b
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,43 @@ resources:
jobs:
- template: conda-build.yml@templates
parameters:
name: Linux
name: Linux_36
vmImage: 'ubuntu-16.04'
py_maj: 3
py_min: 6

- template: conda-build.yml@templates
parameters:
name: macOS
name: macOS_36
vmImage: 'macOS-10.13'
py_maj: 3
py_min: 6

- template: conda-build.yml@templates
parameters:
name: Windows
name: Windows_36
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 6
conda_bld: 3.18
- template: conda-build.yml@templates
parameters:
name: Linux_37
vmImage: 'ubuntu-16.04'
py_maj: 3
py_min: 7

- template: conda-build.yml@templates
parameters:
name: macOS_37
vmImage: 'macOS-10.13'
py_maj: 3
py_min: 7

- template: conda-build.yml@templates
parameters:
name: Windows_37
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 7
conda_bld: 3.18

0 comments on commit c973c3b

Please sign in to comment.