From f729d5d4ee2a8ce8f609cb5b06378aa2ab415f54 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 12 Feb 2019 20:34:51 -0200 Subject: [PATCH] Remove --color=yes from PYTEST_ADDOPTS [skip travis] [skip appveyor] Does not work on Azure Pipelines at all unfortunately --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ded4e731..278b9015a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: - features variables: - PYTEST_ADDOPTS: "--junitxml=build/test-results/$(tox.env).xml --color=yes" + PYTEST_ADDOPTS: "--junitxml=build/test-results/$(tox.env).xml" jobs: