Merge "Change minversion of tox to 3.18.0"

This commit is contained in:
Zuul 2021-06-01 13:49:38 +00:00 committed by Gerrit Code Review
commit 3fdd3ea89a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
envlist = py38,functional,pep8
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
@ -9,7 +9,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
whitelist_externals =
allowlist_externals =
bash
find
rm