Skip to content

Commit 542fb05

Browse files
tox: fix indentation
1 parent f5d767a commit 542fb05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands = cp {toxinidir}/run_test.py .
1515
ln -sf {toxinidir}/test
1616
{envpython} run_test.py
1717

18-
coverage erase
19-
coverage run -m unittest discover
20-
coverage report
21-
coverage html
18+
coverage erase
19+
coverage run -m unittest discover
20+
coverage report
21+
coverage html

0 commit comments

Comments
 (0)