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
1 changed files with 1 additions and 2 deletions

View File

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