From dc8c0770dd56cdec9a8911ffac2eb26401e439e9 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Mon, 17 Feb 2020 11:19:24 +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. Remove the useless install_command parameter. Change-Id: I25a43f463dbfac59a193774d6f90b0ddb73f5268 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d24eafff00..7c13ae8316 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.0 +minversion = 3.2.0 envlist = py37,validate,pep8,bashate,docs skipdist = True ignore_basepython_conflict=true @@ -9,7 +9,6 @@ usedevelop=True passenv= ZUUL_CACHE_DIR HOME -install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONUNBUFFERED=1