From 6375f8e97e6b83a1621d26f7195fc827d80f469e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio=20=28Lunar=29?= <lunar@softwareheritage.org> Date: Thu, 16 Feb 2023 17:32:55 +0100 Subject: [PATCH] Use tox 4 command line syntax See: https://tox.wiki/en/latest/upgrading.html#updating-usage-with-e --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 08fa81c9..fc98f013 100644 --- a/tox.ini +++ b/tox.ini @@ -20,8 +20,8 @@ commands = skip_install = true deps = tox commands = - tox -e py3-full -- {posargs} - tox -e py3-minimal -- {posargs} + tox run -e py3-full -- {posargs} + tox run -e py3-minimal -- {posargs} [testenv:black] skip_install = true -- GitLab