Skip to content

Commit 4d9c393

Browse files
committed
nicer formatting in tox.ini
1 parent 7026e17 commit 4d9c393

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ deps =
66
pytest
77
pytest-cov
88

9-
commands = py.test --cov-report=term --cov-report= --cov=price_parser --doctest-modules {posargs:price_parser tests README.rst}
9+
commands =
10+
py.test \
11+
--cov-report=term --cov-report= --cov=price_parser \
12+
--doctest-modules \
13+
{posargs:price_parser tests README.rst}
1014

1115
[testenv:mypy]
1216
deps =

0 commit comments

Comments
 (0)