Skip to content

Commit

Permalink
Normalize HTML and text reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed May 4, 2020
1 parent 93587bb commit 8f59023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ deps =
commands =
coverage run --source twine -m pytest tests
coverage report -m
coverage html
{[testenv:mypy]commands}
{[testenv:lint]commands}

Expand All @@ -26,6 +27,7 @@ deps =
lxml
commands =
mypy --html-report mypy --txt-report mypy twine
python -c 'with open("mypy/index.txt") as f: print(f.read())'

[testenv:format]
skip_install = True
Expand Down

0 comments on commit 8f59023

Please sign in to comment.