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: Ie1c6c65ee941509a7cec1472e798090ad00d52d7
This commit is contained in:
parent
2ceec3b348
commit
b57e27bd61
3
tox.ini
3
tox.ini
@ -1,14 +1,13 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.1.0
|
|
||||||
envlist = py37,pep8
|
envlist = py37,pep8
|
||||||
ignore_basepython_conflict = true
|
ignore_basepython_conflict = true
|
||||||
|
minversion = 3.2.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
Reference in New Issue
Block a user