Skip to content

Commit b1df2b5

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Changed minversion in tox to 3.18.0"
2 parents 68fd0e9 + eb7f5e4 commit b1df2b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 3.1.1
2+
minversion = 3.18.0
33
envlist = py3,pep8
44
skipsdist = True
55
ignore_basepython_conflict = True
@@ -53,7 +53,7 @@ commands = sphinx-build --keep-going -b html doc/source doc/build/html
5353
[testenv:pdf-docs]
5454
envdir = {toxworkdir}/docs
5555
deps = {[testenv:docs]deps}
56-
whitelist_externals =
56+
allowlist_externals =
5757
make
5858
commands =
5959
sphinx-build --keep-going -b latex doc/source doc/build/pdf

0 commit comments

Comments
 (0)