From d3e0515047f5aa4b1c393f72a6dba2c285cf7194 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Wed, 6 May 2020 16:19:37 +0200 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: I665949fe47e367030e735f6bb845764091ec9e09 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d6342e9f..bfa39659 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 3.2.0 envlist = linters,py38 skipdist = True