Clean up tox.ini

install_command is now `python -I -m pip install <opts> <packages>`
[1], so this is redundant.

[1] https://tox.wiki/en/latest/config.html#install_command

Change-Id: Ia856c7ecff22bc6f0dffed7550618decbc213e97
This commit is contained in:
Jake Yip 2023-02-16 22:22:41 +11:00 committed by Jake Yip
parent de11f40d0c
commit 13cafc1061
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ envlist = py38,pep8
[testenv]
usedevelop = True
install_command = pip install {opts} {packages}
allowlist_externals = find
setenv =
VIRTUAL_ENV={envdir}