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: I7a703e0ee91b73b7ab736712756caaba6981f8e4
This commit is contained in:
parent
1abc1b5d40
commit
2c43d65238
1
tox.ini
1
tox.ini
@ -11,7 +11,6 @@ ignore_basepython_conflict=true
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
install_command = pip install {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
OS_TEST_PATH=./cinderclient/tests/unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user