Add the mypy to setup.py

pull/894/head
Nikhil Parasaram 6 years ago
parent 7035959b23
commit aa368ade85
  1. 1
      setup.py

@ -108,6 +108,7 @@ setup(
],
tests_require=[
'mypy',
'pytest>=3.6.0',
'pytest_mock',
'pytest-cov'

Loading…
Cancel
Save