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: I0f1828ec918a1c7dc7bc4d99f5a889629a9a2872
This commit is contained in:
Daniel Bengtsson 2020-04-30 10:29:03 +02:00
parent e05a6a2dc0
commit efc61fd33f
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,docs,py38,molecule
skipdist = True