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
This commit is contained in:
Daniel Bengtsson 2020-02-17 11:37:13 +01:00
parent 2ceec3b348
commit b57e27bd61

View File

@ -1,14 +1,13 @@
[tox] [tox]
minversion = 3.1.0
envlist = py37,pep8 envlist = py37,pep8
ignore_basepython_conflict = true ignore_basepython_conflict = true
minversion = 3.2.0
skipsdist = True skipsdist = True
[testenv] [testenv]
basepython = python3 basepython = python3
usedevelop = True usedevelop = True
setenv = setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning PYTHONWARNINGS=default::DeprecationWarning
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = deps =