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]
|
||||
minversion = 3.1.0
|
||||
envlist = py37,pep8
|
||||
ignore_basepython_conflict = true
|
||||
minversion = 3.2.0
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
deps =
|
||||
|
Loading…
Reference in New Issue
Block a user