summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-03-22 14:04:04 +0000
committerGerrit Code Review <review@openstack.org>2022-03-22 14:04:04 +0000
commite6ee869737357a140c258c69442fdd661f04660a (patch)
tree525b0e8aa68a31be0103fd43d5e0c6fae69e5809
parent359c73cb8155341312f040312bb3359343463651 (diff)
parent479a2954a163a6f385c9f86478927f848cef0615 (diff)
downloadpbr-e6ee869737357a140c258c69442fdd661f04660a.tar.gz
Merge "Changed minversion in tox to 3.18.0."
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e158f90..b3173d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1
+minversion = 3.18.0
envlist = pep8,py27,py37,docs
ignore_basepython_conflict = True
@@ -24,7 +24,7 @@ commands = stestr run --suppress-attachments {posargs}
commands = pre-commit run -a
[testenv:docs]
-whitelist_externals = rm
+allowlist_externals = rm
deps =
-r{toxinidir}/doc/requirements.txt
commands =
@@ -33,7 +33,7 @@ commands =
sphinx-build -W -b html doc/source doc/build/html {posargs}
[testenv:releasenotes]
-whitelist_externals = rm
+allowlist_externals = rm
deps = {[testenv:docs]deps}
commands =
rm -rf releasenotes/build