Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul
2021-06-21 18:51:17 +00:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,6 @@
[tox] [tox]
envlist = py38,pep8 envlist = py38,pep8
minversion = 2.3.2 minversion = 3.18.0
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True
@@ -23,7 +23,7 @@ commands = sh -c "find . -type d -name '.?*' -prune -o \
\( -type d -name '__pycache__' -o -type f -name '*.py[co]' \) \ \( -type d -name '__pycache__' -o -type f -name '*.py[co]' \) \
-print0 | xargs -0 rm -rf" -print0 | xargs -0 rm -rf"
stestr run {posargs} stestr run {posargs}
whitelist_externals = sh allowlist_externals = sh
[testenv:pep8] [testenv:pep8]
commands = commands =
@@ -59,7 +59,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs] [testenv:pdf-docs]
envdir = {toxworkdir}/docs envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
whitelist_externals = allowlist_externals =
make make
commands = commands =
sphinx-build -W -b latex doc/source doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf