Merge "Stop configuring install_command in tox."

This commit is contained in:
Zuul 2020-04-29 11:09:03 +00:00 committed by Gerrit Code Review
commit 5894854979

View File

@ -7,7 +7,6 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US