commit | c22f3107a45d067fa17e7f9689c30fbbb21b5647 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Wed Jan 04 16:51:35 2023 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Jan 04 16:51:35 2023 +0000 |
tree | e9a8bc4115df4dc5beb175196fb36deca67c2391 | |
parent | 0302a8e36f4263b82a0df3bfe8de627476b534d2 [diff] | |
parent | 0ef04fe5ba35cb929d5e01dd59b6567d726a19ae [diff] |
Merge "Remove note about migration from lib/neutron-legacy to lib/neutron"
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}