Update the tox 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: Ifd00b2f45533402d0f69ea53b6b3a7d5922691a7
This commit is contained in:
Daniel Bengtsson 2020-07-01 10:19:43 +02:00
parent 840f8ed2b2
commit b4e520d125
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = pep8,pylint,py35,py36,py37,py38
minversion = 3.1.1
minversion = 3.2.1
skipsdist = True
ignore_basepython_conflict = True