Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-06-11 09:12:59 +00:00 committed by Gerrit Code Review
commit 3c9b517a07
1 changed files with 2 additions and 2 deletions

View File

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