From 4eb40ef283b6177f02cffc68b4fc9b332d4a6a34 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 26 Feb 2019 14:03:15 +0100 Subject: [PATCH] ci: azure: use xdist with pluggymaster --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f375bbc9..049980efb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,9 +27,9 @@ jobs: python.version: '2.7' tox.env: 'py27-trial' python.needs_vc: True - py27-pluggymaster: + py27-pluggymaster-xdist: python.version: '2.7' - tox.env: 'pluggymaster' + tox.env: 'py27-pluggymaster-xdist' pypy: python.version: 'pypy' tox.env: 'pypy' @@ -55,9 +55,9 @@ jobs: py37-trial/numpy: python.version: '3.7' tox.env: 'py37-trial,py37-numpy' - py37-pluggymaster: + py37-pluggymaster-xdist: python.version: '3.7' - tox.env: 'py37-pluggymaster' + tox.env: 'py37-pluggymaster-xdist' maxParallel: 10 steps: