ci: azure: use xdist with pluggymaster

This commit is contained in:
Daniel Hahler 2019-02-26 14:03:15 +01:00
parent f85f36ed03
commit 4eb40ef283
1 changed files with 4 additions and 4 deletions

View File

@ -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: