Merge "Update min version of tox"

This commit is contained in:
Zuul 2021-06-22 09:05:35 +00:00 committed by Gerrit Code Review
commit a35560fd0a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 3.18.0
envlist = pep8,docs
skipsdist = True
@ -16,7 +16,7 @@ commands = {posargs}
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = rm
allowlist_externals = rm
commands =
rm -fr doc/build
sphinx-build -W -b html doc/source doc/build/html