From 9a4450c197385015a31afe41dc69ba67d039fb73 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Fri, 14 Feb 2020 15:58:30 +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: I5b5652c5009196bebf9ee9e65102cb0f1aa33837 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1bb9ffb..025cf12 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.1 +minversion = 3.2.0 envlist = py37,pep8 ignore_basepython_conflict = True