From 292aabb4771ab32ef586b811a3c05e4b39d92fe7 Mon Sep 17 00:00:00 2001 From: likui Date: Mon, 9 Aug 2021 20:07:49 +0800 Subject: [PATCH] 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: Ia8700e03773398bc9347259bc504ae56c0978882 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 55edf001..0aa1d915 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