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.

Change-Id: I8c3e3c34a05928d9c001074b9513d577c8541c58
This commit is contained in:
Daniel Bengtsson 2020-02-11 14:03:46 +01:00
parent 4c42f72f4b
commit a17a484002

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.0
minversion = 3.2.0
skipsdist = True
envlist = validate,py27,py37,pep8,pip-install
ignore_basepython_conflict=true