summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2021-05-18 22:27:57 +0900
committerTakashi Natsume <takanattie@gmail.com>2021-05-18 22:56:24 +0900
commit665f1c8d4c5102bc06298a4c1a46208949639610 (patch)
tree4ce8e96196ff10e018bb008f2b3345c1438d513e
parent3dc9ad974e86bdf93177bc27e85978f943cc944c (diff)
downloadpython-novaclient-665f1c8d4c5102bc06298a4c1a46208949639610.tar.gz
Change minversion of tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to replace whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I75844ded50c0032445dd27b1ced7f214c754e901 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b8072ee4..10805281 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = py3,pep8,docs
-minversion = 3.1
+minversion = 3.18.0
skipsdist = true
ignore_basepython_conflict = true
@@ -8,7 +8,7 @@ ignore_basepython_conflict = true
basepython = python3
usedevelop = true
# tox is silly... these need to be separated by a newline....
-whitelist_externals =
+allowlist_externals =
find
rm
make