From efc61fd33fcc36f458aa054a237dcecdf1903a45 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Thu, 30 Apr 2020 10:29:03 +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: I0f1828ec918a1c7dc7bc4d99f5a889629a9a2872 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index def02da..ac335f4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 3.2.0 envlist = linters,docs,py38,molecule skipdist = True