commit | 0302a8e36f4263b82a0df3bfe8de627476b534d2 | [log] [tgz] |
---|---|---|
author | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Sat Dec 24 03:52:58 2022 +0100 |
committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Sat Dec 24 03:52:58 2022 +0100 |
tree | f4666651e3438651b8a33d42d9a556a02ebbd9fc | |
parent | 021ce916c6b72f15fa1b873b2c01c1409ca0b37d [diff] [blame] |
Fix tox.ini with tox4 Change-Id: I430d9e1852e54be6c75e05b82ed245cafac08a57
diff --git a/tox.ini b/tox.ini index ff50b9d..678e9db 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 @@ [testenv:pep8] commands = - sh ./tools/misc-sanity-checks.sh + bash ./tools/misc-sanity-checks.sh flake8 allowlist_externals = - sh + bash [testenv:venv] commands = {posargs}