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: Ia5e77ac6af306a7e7ee5dbd2ef3c159de2510e6d
This commit is contained in:
Daniel Bengtsson 2020-04-28 15:24:19 +02:00
parent ee5f102ef5
commit 4108d08a53
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.2.0
envlist = linters,docs,py37,molecule
skipdist = True
ignore_basepython_conflict = True