Stop configuring install_command in tox.

It turns out that this is the the default value provided by tox:

https://tox.readthedocs.io/en/latest/config.html#conf-install_command

So we can remove the line and simply use the default value.

Change-Id: Ib926ff41b794d9898dbf23a571fb2bca68a6e03f
This commit is contained in:
tushargite96 2021-06-29 15:26:08 +05:30
parent 7b76ebb85d
commit baa1b4f61f
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ skip_missing_interpreters = False
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
TERM=linux
install_command =
pip install {opts} {packages}
[testenv:py3]
basepython = python3