make mypy

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-12 12:25:29 -04:00
parent ccffc02547
commit 3ac6ee9ce4
+2
View File
@@ -5,6 +5,8 @@ init:
test:
# This runs all of the tests, on both Python 2 and Python 3.
python setup.py test
mypy:
python setup.py test -a--mypy
ci:
pipenv run py.test -n 8 --boxed --junitxml=report.xml