summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-10-24 21:17:46 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-26 09:09:59 +0100
commit51d6e6e77442cc837279863cfc893d024c08ca8d (patch)
tree5fa7c0e1a0a44c6c150fa45c6b80b7fcc34e0903 /tox.ini
parent6014fd89b3391d72c2e35cb1c6caaed059a51b41 (diff)
downloaddjango-51d6e6e77442cc837279863cfc893d024c08ca8d.tar.gz
Refs #31670 -- Used allowlist_externals in tox.ini.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1b89a965f1..0332fb9f76 100644
--- a/tox.ini
+++ b/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