commit | d32821b1d28f9f48c6f627dd76b25a40fedbdff0 | [log] [tgz] |
---|---|---|
author | wu.shiming <wushiming@yovole.com> | Tue Jul 06 16:10:57 2021 +0800 |
committer | wu.shiming <wushiming@yovole.com> | Tue Jul 06 16:10:57 2021 +0800 |
tree | c86691eacc06ecce286c076e8bf72020c3cb4218 | |
parent | 9c596549025186aa402a005bfdeae528576fccae [diff] [blame] |
Changed minversion in tox to 3.18.0 The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I7b4606fd49ea7919cff56d819a2a5236ea3b1e73
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]