Skip to content

Commit 5ba6d40

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Changed minversion in tox to 3.18.0"
2 parents 53162a1 + 01ff88b commit 5ba6d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 2.0
2+
minversion = 3.18.0
33
envlist = py36,py38,pep8
44
skipsdist = True
55
ignore_basepython_conflict = True
@@ -38,7 +38,7 @@ commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
3838
[testenv:pdf-docs]
3939
envdir = {toxworkdir}/docs
4040
deps = {[testenv:docs]deps}
41-
whitelist_externals =
41+
allowlist_externals =
4242
make
4343
commands =
4444
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf

0 commit comments

Comments
 (0)