From f22623d872eefda6f0bda01493884724e20b8b4b Mon Sep 17 00:00:00 2001 From: Simon Dold Date: Thu, 14 Mar 2024 14:17:56 +0100 Subject: [PATCH] typo --- misc/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tox.ini b/misc/tox.ini index 042f0d01ab..67f96da0e3 100644 --- a/misc/tox.ini +++ b/misc/tox.ini @@ -5,7 +5,7 @@ # the translator tests it is sufficient to build the 'translate' configuration. [tox] -envlist = build, driver, translator, params, search, style, autodoc, clang-tidy +envlist = build, driver, translator, parameters, search, style, autodoc, clang-tidy basepython = python3 skip_missing_interpreters = true skipsdist = true