mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +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.
|
# then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
|
minversion = 3.18
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist =
|
envlist =
|
||||||
py3
|
py3
|
||||||
@ -40,7 +41,7 @@ commands = flake8 .
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = false
|
usedevelop = false
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
make
|
make
|
||||||
deps =
|
deps =
|
||||||
Sphinx
|
Sphinx
|
||||||
|
Loading…
Reference in New Issue
Block a user