From 0302a8e36f4263b82a0df3bfe8de627476b534d2 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sat, 24 Dec 2022 03:52:58 +0100 Subject: [PATCH] Fix tox.ini with tox4 Change-Id: I430d9e1852e54be6c75e05b82ed245cafac08a57 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index ff50b9d5..678e9dbc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.18.0 envlist = pep8 -skipsdist = True ignore_basepython_conflict = True [testenv] @@ -20,10 +19,10 @@ commands = stestr run --slowest {posargs} [testenv:pep8] commands = - sh ./tools/misc-sanity-checks.sh + bash ./tools/misc-sanity-checks.sh flake8 allowlist_externals = - sh + bash [testenv:venv] commands = {posargs}