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:
Zack Cerza 2020-08-13 12:21:11 -06:00 committed by Tomas Kopecek
parent 03a68e689a
commit a654215524

View file

@ -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