From 57203aef531f24c0065853d3c7327c425d2177ed Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 30 Jul 2019 22:12:06 +0100 Subject: [PATCH] issue #543: add Ansible job to Azure matrix --- .ci/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 95f239ff..920e82a1 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -15,6 +15,9 @@ jobs: Mito27_27: python.version: '2.7' MODE: mitogen + Ans280_27: + python.version: '2.7' + MODE: localhost_ansible - job: Linux