Browse Source

Refs #31670 -- Used allowlist_externals in tox.ini.

David Smith 4 years ago
parent
commit
51d6e6e774
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tox.ini

+ 2 - 1
tox.ini

@@ -4,6 +4,7 @@
 # then run "tox" from this directory.
 
 [tox]
+minversion = 3.18
 skipsdist = true
 envlist =
     py3
@@ -40,7 +41,7 @@ commands = flake8 .
 [testenv:docs]
 basepython = python3
 usedevelop = false
-whitelist_externals =
+allowlist_externals =
     make
 deps =
     Sphinx