Skip to content

Commit

Permalink
Remove unused command in tox.ini
Browse files Browse the repository at this point in the history
patch_tox_venv.py is not found in this project,
so 'tox -ecover' command report error. This fixes it.

Change-Id: I415f305f7eb98e444b4f6b340409bc5d32d4e9bb
  • Loading branch information
Motohiro OTSUKA committed Sep 26, 2014
1 parent d42c3d7 commit 8559400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -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]
Expand Down

0 comments on commit 8559400

Please sign in to comment.