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
This commit is contained in:
Daniel Bengtsson 2020-02-17 11:19:24 +01:00
parent 6d5cfbf1ab
commit dc8c0770dd
1 changed files with 1 additions and 2 deletions

View File

@ -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