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:
Motohiro OTSUKA
2014-09-26 15:20:29 +09:00
parent d42c3d7cc8
commit 855940028c

View File

@@ -23,7 +23,6 @@ commands =
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =
python tools/patch_tox_venv.py
python setup.py testr --coverage {posargs}
[testenv:venv]