Skip to content

Commit

Permalink
nicer formatting in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 18, 2019
1 parent 7026e17 commit 4d9c393
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ deps =
pytest
pytest-cov

commands = py.test --cov-report=term --cov-report= --cov=price_parser --doctest-modules {posargs:price_parser tests README.rst}
commands =
py.test \
--cov-report=term --cov-report= --cov=price_parser \
--doctest-modules \
{posargs:price_parser tests README.rst}

[testenv:mypy]
deps =
Expand Down

0 comments on commit 4d9c393

Please sign in to comment.