From b4e520d125cee9d9fb193ac3d3247eb0e004252d Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Wed, 1 Jul 2020 10:19:43 +0200 Subject: [PATCH] Update the tox 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: Ifd00b2f45533402d0f69ea53b6b3a7d5922691a7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e57d626a..2e3f1ea7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = pep8,pylint,py35,py36,py37,py38 -minversion = 3.1.1 +minversion = 3.2.1 skipsdist = True ignore_basepython_conflict = True