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: I120c2aae877362c78d8dbf5cce253b668fdfcd9a
This commit is contained in:
Daniel Bengtsson 2020-02-12 16:51:10 +01:00
parent 6f3fb7fc81
commit c099a22789
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox] [tox]
minversion = 2.3.2 minversion = 3.2.0
envlist = py37,pep8 envlist = py37,pep8
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True