From b57e27bd616cd4bef165534fef959e38c713333d Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Mon, 17 Feb 2020 11:37:13 +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: Ie1c6c65ee941509a7cec1472e798090ad00d52d7 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0d33126e..48cf989a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,13 @@ [tox] -minversion = 3.1.0 envlist = py37,pep8 ignore_basepython_conflict = true +minversion = 3.2.0 skipsdist = True [testenv] basepython = python3 usedevelop = True setenv = - VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps =