Skip to content

Commit b61e396

Browse files
committed
matrixed by linux version
1 parent 6ceba92 commit b61e396

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.azure-pipelines/linux.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ variables:
66

77
strategy:
88
matrix:
9-
py37:
9+
linux-py37:
1010
python.version: "3.7"
11-
py36:
11+
vm.image: ubuntu-16.04
12+
linux-py36:
1213
python.version: "3.6"
14+
vm.image: ubuntu-16.04
1315

1416
pool:
15-
vmImage: ubuntu-16.04
17+
vmImage: $(vm.image)
1618

1719
steps:
1820
# Add conda to PATH.

0 commit comments

Comments
 (0)