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: Iad81d3b06be2086b25c47e8b98653058f9ee6efb
This commit is contained in:
wu.shiming 2021-09-18 13:06:11 +08:00
parent aae0b12bd1
commit 6b732fdf71
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
envlist = py37,pep8
skipsdist = True
ignore_basepython_conflict = True
@ -8,7 +8,7 @@ ignore_basepython_conflict = True
usedevelop = True
basepython = python3
# tox is silly... these need to be separated by a newline....
whitelist_externals = bash
allowlist_externals = bash
find
rm
env