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: I665949fe47e367030e735f6bb845764091ec9e09
This commit is contained in:
Daniel Bengtsson 2020-05-06 16:19:37 +02:00
parent 3cc5263983
commit d3e0515047
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 3.2.0
envlist = linters,py38
skipdist = True