Set min version of tox to 3.2.1

As recommended, since version 3.2.0 tox switches pip invocations
to use the module -m pip instead of direct invocation.
We set min version to 3.2.1 [1] to also fix the behavior of
--parallel--safe-build

[1] https://tox.readthedocs.io/en/latest/changelog.html#v3-2-1-2018-08-10

Change-Id: I72cad184b4f2929b21183444d8f93c27a501cd32
This commit is contained in:
Riccardo Pittau 2020-07-15 15:30:06 +02:00
parent 4c717c3764
commit ffba0c7bcd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.0
minversion = 3.2.1
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict=true