mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #31670 -- Used allowlist_externals in tox.ini.
This commit is contained in:
parent
6014fd89b3
commit
51d6e6e774
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue