From a17a484002a3af8b9be2a3f6c6ece6abc6b37431 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 11 Feb 2020 14:03:46 +0100 Subject: [PATCH] Update the minversion parameter. Update the minversion parameter to use the python -m pip to install python packages: https://tox.readthedocs.io/en/latest/changelog.html#id185 It's recommend to use this. Change-Id: I8c3e3c34a05928d9c001074b9513d577c8541c58 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9b02d89ee0..cd38c2ddb3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.0 +minversion = 3.2.0 skipsdist = True envlist = validate,py27,py37,pep8,pip-install ignore_basepython_conflict=true