From 8a67a96b78fddfbb5d5f66b31eb12d34959431dc Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Wed, 12 Feb 2020 15:39:23 +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: Ib7cd076c167c5e47d7241995fb308cd3b8c9db42 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da3f8cdc..dbd0cbff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1 +minversion = 3.2.0 distribute = False envlist = py37,pep8 ignore_basepython_conflict = true