From 7aa4cc56254a2ee43040edf0a877a97dbc563795 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 27 Feb 2019 15:35:00 +0100 Subject: [PATCH] ci: Azure: run py37-lsof-xdist --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e27f03ee89e..678ac77f231 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,7 +62,7 @@ jobs: tox.env: 'linting,docs,doctesting' py37-xdist: python.version: '3.7' - tox.env: 'py37-xdist' + tox.env: 'py37-lsof-xdist' PYTEST_COVERAGE: '1' py37-trial/numpy: python.version: '3.7'