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:
parent
840f8ed2b2
commit
b4e520d125
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = pep8,pylint,py35,py36,py37,py38
|
envlist = pep8,pylint,py35,py36,py37,py38
|
||||||
minversion = 3.1.1
|
minversion = 3.2.1
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user