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: I24b41e47ba5b7d6094c05c338dbd1e4206d10f5c
This commit is contained in:
parent
d48036ba3e
commit
a29e691e6c
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
minversion = 3.1.1
|
||||
minversion = 3.18.0
|
||||
envlist = docs,py3
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict = True
|
||||
@ -25,7 +25,7 @@ deps = -r{toxinidir}/requirements.txt doc8
|
||||
commands = doc8 doc/source
|
||||
|
||||
[testenv:autobuild]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
sphinx-autobuild
|
||||
commands =
|
||||
sphinx-autobuild --watch specs --open-browser doc/source doc/build
|
||||
|
Loading…
Reference in New Issue
Block a user