From 692ba947489196d331c5e9470e6229f32d77dd49 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 25 Sep 2020 10:50:00 +0200 Subject: [PATCH] skipsdist was combined on another line... --- templates/tox.ini.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index e211282..3bcb479 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -6,6 +6,7 @@ envlist = py{38}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %} {% else %} envlist = py{38}-ansible-{previous,current,next} {% endif %} + skipsdist = true [testenv]