Skip to content

Commit

Permalink
tox: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Sep 4, 2022
1 parent f5d767a commit 542fb05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 542fb05

Please sign in to comment.