From 4108d08a53f5cf72ae92d541b9c2a9dd935d4955 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 28 Apr 2020 15:24:19 +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: Ia5e77ac6af306a7e7ee5dbd2ef3c159de2510e6d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d68f3a2ea..609b3b362 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.1 +minversion = 3.2.0 envlist = linters,docs,py37,molecule skipdist = True ignore_basepython_conflict = True