Remove unused command in tox.ini
patch_tox_venv.py is not found in this project, so 'tox -ecover' command report error. This fixes it. Change-Id: I415f305f7eb98e444b4f6b340409bc5d32d4e9bb
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -23,7 +23,6 @@ commands =
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
commands =
|
commands =
|
||||||
python tools/patch_tox_venv.py
|
|
||||||
python setup.py testr --coverage {posargs}
|
python setup.py testr --coverage {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Reference in New Issue
Block a user