From d73f16690e6cd00d6bc477f918b5023cfd91a9ef Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Mon, 11 May 2020 15:32:09 +0200 Subject: [PATCH] Add explanatory comment to tox siblings Change-Id: I12562f6af25bf56c5489bc436f91017fa25bb474 --- roles/tox/tasks/siblings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tox/tasks/siblings.yaml b/roles/tox/tasks/siblings.yaml index 9966ec2fe..77c650172 100644 --- a/roles/tox/tasks/siblings.yaml +++ b/roles/tox/tasks/siblings.yaml @@ -1,3 +1,4 @@ +# Install sibling with tox so we can replace them later - name: Run tox without tests command: "{{ tox_executable }} --notest -e{{ tox_envlist }}" args: