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: I8c6081d58e22db10c62e2706a8fcddfccb3fa69d
This commit is contained in:
Daniel Bengtsson 2020-04-10 23:04:32 +02:00
parent b58ebe2b7f
commit 8a8b423e81
1 changed files with 2 additions and 4 deletions

View File

@ -1,14 +1,12 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.2.0
skipsdist = True skipsdist = True
envlist = py37,pep8,releasenotes envlist = py37,pep8,releasenotes
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} setenv = OS_STDOUT_NOCAPTURE=False
setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False OS_STDERR_NOCAPTURE=False
deps = deps =