Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-04-12 10:40:24 +02:00
parent 71362f2c76
commit c4f223c38a

View File

@ -12,7 +12,8 @@ pr:
jobs:
- job: "Tox"
- job: 'Tox'
condition: startsWith(variables['Build.SourceBranch'], '/refs/heads')
pool:
vmImage: 'ubuntu-16.04'
@ -30,7 +31,8 @@ jobs:
displayName: 'Run Tox'
- job: "JQ"
- job: 'JQ'
condition: startsWith(variables['Build.SourceBranch'], '/refs/heads')
pool:
vmImage: 'ubuntu-16.04'