Skip to content

Commit

Permalink
Add mypy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gladhorn committed Jan 11, 2020
1 parent e98d2a1 commit b9f7ee2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ deps =
commands =
coverage run --source=wideq -m unittest {posargs} discover -s tests
coverage report

[testenv:mypy]
basepython = python3.7
deps =
mypy
commands =
mypy . --pretty

0 comments on commit b9f7ee2

Please sign in to comment.