From 542fb05efa09dbad23d469cd505872d1f5399c65 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 4 Sep 2022 14:03:43 +0200 Subject: [PATCH] tox: fix indentation --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 01cc83d..07aa2a4 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ commands = cp {toxinidir}/run_test.py . ln -sf {toxinidir}/test {envpython} run_test.py - coverage erase - coverage run -m unittest discover - coverage report - coverage html + coverage erase + coverage run -m unittest discover + coverage report + coverage html