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

This commit is contained in:
David Smith 2020-10-24 21:17:46 +01:00 committed by Mariusz Felisiak
parent 6014fd89b3
commit 51d6e6e774
1 changed files with 2 additions and 1 deletions

View File

@ -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