mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-30 03:56:14 +02:00
Improved type check in statistics.py. mypy check added in travis configuration file.
This commit is contained in:
parent
98682932b5
commit
4122358571
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue