Merge "Update the minversion parameter."

This commit is contained in:
Zuul 2020-08-05 14:27:12 +00:00 committed by Gerrit Code Review
commit b72a9866c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 3.2.0
skipsdist = True
ignore_basepython_conflict = true
envlist = py36,py37,py38,pep8,samples
@ -18,7 +18,7 @@ whitelist_externals = find
make
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -c ./upper-constraints.txt -U {opts} {packages}
-c{toxinidir}/upper-constraints.txt
usedevelop = True
commands =
find . -type f -name "*.pyc" -delete