summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2018-10-04 12:41:03 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2018-10-04 22:06:32 +0100
commit77c176805975d3ef94728dd87c69f6b1dfa780bc (patch)
tree8f1bad1bfb067688b39209c1444a4476738bb2ed /azure-pipelines.yml
parentf3b1b2aa10cc5034eb705b2e7da94fc75143112d (diff)
downloadtox-git-77c176805975d3ef94728dd87c69f6b1dfa780bc.tar.gz
Simplify reporters log checks
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2418667c..35173866 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -5,8 +5,9 @@ variables:
CI_NAME: Azure Pipelines
CI_BUILD_ID: $(Build.BuildId)
CI_BUILD_URL: "https://toxdev.visualstudio.com/tox/_build/results?buildId=$(Build.BuildId)"
- GIT_BRANCH: $(Build.SourceBranch)
+ GIT_BRANCH: $(Build.SourceBranchName)
GIT_COMMIT_SHA: $(Build.SourceVersion)
+ PYTEST_ADDOPTS: "-vv -ra --showlocals"
trigger:
batch: true