added type check task

This commit is contained in:
Cédric Bonhomme 2019-10-27 21:36:59 +01:00
parent dbe54238b4
commit c6481938de
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -13,3 +13,5 @@ tasks:
pipenv install pipenv install
pipenv install --dev pipenv install --dev
pipenv run nosetests --with-coverage --cover-package=stegano pipenv run nosetests --with-coverage --cover-package=stegano
- typecheck: |
pipenv run python tools/run_mypy.py