Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-08-18 11:02:06 +00:00 committed by Gerrit Code Review
commit 2a39acc6d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.1
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = true
@ -60,7 +60,7 @@ commands =
sphinx-build -a -E -W -b html doc/source doc/build/html
[testenv:pdf-docs]
whitelist_externals = make
allowlist_externals = make
deps = {[testenv:docs]deps}
commands =
sphinx-build -W -b latex doc/source doc/build/pdf