From e2e754ca44904c9307e20bbf68a4a9f5a2df107c Mon Sep 17 00:00:00 2001 From: "David A. Hannasch" Date: Sun, 21 Feb 2021 18:52:09 -0700 Subject: [PATCH] The tox bootstrap only requires matrix if we are using the matrix configurator. --- {{cookiecutter.repo_name}}/tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.repo_name}}/tox.ini b/{{cookiecutter.repo_name}}/tox.ini index 388c3d8e..7ea6b6c6 100644 --- a/{{cookiecutter.repo_name}}/tox.ini +++ b/{{cookiecutter.repo_name}}/tox.ini @@ -1,7 +1,9 @@ [testenv:bootstrap] deps = jinja2 +{%- if cookiecutter.test_matrix_configurator == "yes" %} matrix +{%- endif %} tox skip_install = true commands =