tox: Fix typo in py2 env
Coverage reports were going in the wrong place. Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
03a68e689a
commit
a654215524
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -59,7 +59,7 @@ commands =
|
|||
tests/test_plugins/test_runroot_cli.py \
|
||||
tests/test_plugins/test_save_failed_tree_cli.py
|
||||
{envbindir}/coverage2 report
|
||||
{envbindir}/coverage2 html -d {toxinidir}/htmlcov/py3
|
||||
{envbindir}/coverage2 html -d {toxinidir}/htmlcov/py2
|
||||
|
||||
# This is identical to the py2 testenv, but without attempting to install
|
||||
# dependencies from requirements.txt. In practice this will mean RPM-based
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue