We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27b728 commit 30facb0Copy full SHA for 30facb0
.azure-pipelines/azure-pipelines.yml
@@ -1,6 +1,11 @@
1
jobs:
2
- job: macOS
3
- strategy: templates/python-matrix.yml
+ strategy:
4
+ matrix:
5
+ py37:
6
+ python.version: "3.7"
7
+ py36:
8
+ python.version: "3.6"
9
variables:
10
miniconda.url: https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
11
pool:
@@ -10,7 +15,12 @@ jobs:
15
- template: templates/nb-docs.yml
16
12
17
- job: linux
13
18
19
20
21
22
23
14
24
25
miniconda.url: https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
26
0 commit comments