From c086a4d51f5d83d499499895cc11b01b8ada2a68 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 15 Jul 2020 15:45:08 +0200 Subject: [PATCH] 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: I5b02daeb1a2b073dc25a9646975a840f22d03058 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a98924f..3e0fde4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.0 +minversion = 3.2.1 envlist = py3,pep8 ignore_basepython_conflict = true