Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-06-17 11:13:39 +00:00 committed by Gerrit Code Review
commit 5ba6d40381
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 3.18.0
envlist = py36,py38,pep8
skipsdist = True
ignore_basepython_conflict = True
@ -38,7 +38,7 @@ commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf