mirror of
https://github.com/django/django.git
synced 2025-03-26 17:20:49 +00:00
Refs #31670 -- Used allowlist_externals in tox.ini.
This commit is contained in:
parent
6014fd89b3
commit
51d6e6e774
3
tox.ini
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user