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. Remove the useless install_command
parameter.

Change-Id: Ic5c0f747c8d579ce3369635b67cdbf2d134c175d
This commit is contained in:
Daniel Bengtsson 2020-03-03 15:25:34 +01:00
parent 64b78b7878
commit 4a1c93a513
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 = py37,pep8,docs
ignore_basepython_conflict = true