diff --git a/tox.ini b/tox.ini index 08fa81c9951f2472620ab272d5fe287a3300064c..fc98f013298e0f76c74580d54136503ed3c7f9c3 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