summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-02-12 20:34:51 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2019-02-12 20:34:51 -0200
commitf729d5d4ee2a8ce8f609cb5b06378aa2ab415f54 (patch)
tree057de3df411add856abff7cba271f92698285a80 /azure-pipelines.yml
parent04a941c818a1c5838a14675b61e3c50bcd5e095b (diff)
downloadpytest-f729d5d4ee2a8ce8f609cb5b06378aa2ab415f54.tar.gz
Remove --color=yes from PYTEST_ADDOPTS [skip travis] [skip appveyor]
Does not work on Azure Pipelines at all unfortunately
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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: