Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul
2021-03-10 18:01:42 +00:00
committed by Gerrit Code Review

View File

@@ -1,7 +1,7 @@
[tox]
distribute = False
envlist = py36,py38,pep8
minversion = 3.1.0
minversion = 3.18.0
skipsdist = True
skip_missing_interpreters = true
# this allows tox to infer the base python from the environment name
@@ -26,7 +26,7 @@ deps =
commands = find . -type f -name "*.pyc" -delete
stestr run {posargs}
stestr slowest
whitelist_externals = find
allowlist_externals = find
[testenv:pep8]
commands =
@@ -39,7 +39,7 @@ deps =
-r{toxinidir}/requirements.txt
pylint==2.6.0
commands = bash tools/lintstack.sh
whitelist_externals = bash
allowlist_externals = bash
[testenv:venv]
commands = {posargs}
@@ -67,7 +67,7 @@ commands =
{[testenv:docs]commands}
sphinx-build -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf
whitelist_externals =
allowlist_externals =
make
cp