Skip to content

Commit

Permalink
Merge pull request #72 from gladhorn/mypy_ci
Browse files Browse the repository at this point in the history
Mypy CI
  • Loading branch information
sampsyo committed Jan 11, 2020
2 parents 9379aff + b9f7ee2 commit e4bb60d
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 e4bb60d

Please sign in to comment.