Merge "Inclusive jargon in tox.ini"

This commit is contained in:
Zuul 2021-01-14 10:43:17 +00:00 committed by Gerrit Code Review
commit 629db97d31
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = pep8,py35,py36,py37,py27
minversion = 2.0
minversion = 3.18
skipsdist = True
[testenv]
@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
stestr run {posargs}
whitelist_externals =
allowlist_externals =
bash
find
distribute = false