Merge "Change minversion of tox to 3.18.0"

This commit is contained in:
Zuul 2021-05-21 15:27:32 +00:00 committed by Gerrit Code Review
commit f431295d81
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = py3,pep8,docs envlist = py3,pep8,docs
minversion = 3.1 minversion = 3.18.0
skipsdist = true skipsdist = true
ignore_basepython_conflict = true ignore_basepython_conflict = true
@ -8,7 +8,7 @@ ignore_basepython_conflict = true
basepython = python3 basepython = python3
usedevelop = true usedevelop = true
# tox is silly... these need to be separated by a newline.... # tox is silly... these need to be separated by a newline....
whitelist_externals = allowlist_externals =
find find
rm rm
make make