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: I1560635d3d76edf5ca4c426e7e13b228ac4f8c63
This commit is contained in:
Daniel Bengtsson 2020-02-13 11:04:35 +01:00
parent 440149f3b9
commit c49994358a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1
minversion = 3.2.0
envlist = py37,pep8
basepython = python3
ignore_basepython_conflict = true