commit | 3a01c971edb09c9fbc092119bc53dc796e729f44 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Wed Jul 07 08:05:47 2021 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Jul 07 08:05:47 2021 +0000 |
tree | 553154d5f885d4aea6f9c02cc88ad45ba4b3b067 | |
parent | 70be7accfd25683819c56180f0cc94fada1e2ea4 [diff] | |
parent | d32821b1d28f9f48c6f627dd76b25a40fedbdff0 [diff] |
Merge "Changed minversion in tox to 3.18.0"
diff --git a/tox.ini b/tox.ini index d3e722a..ff50b9d 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,5 +1,5 @@ [tox] -minversion = 3.1 +minversion = 3.18.0 envlist = pep8 skipsdist = True ignore_basepython_conflict = True @@ -22,7 +22,7 @@ commands = sh ./tools/misc-sanity-checks.sh flake8 -whitelist_externals = +allowlist_externals = sh [testenv:venv]