Improved type check in statistics.py. mypy check added in travis configuration file.

This commit is contained in:
Cédric Bonhomme 2017-05-05 11:07:09 +02:00
parent 98682932b5
commit 4122358571
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 7 additions and 5 deletions

View file

@ -9,6 +9,7 @@ install:
script:
- nosetests --with-coverage --cover-package=stegano
- mypy --ignore-missing-imports --follow-imports skip --check-untyped-defs stegano/
after_success:
- coveralls