Add proper exit code check to mypy script.

This commit is contained in:
Cédric Bonhomme 2017-05-07 15:13:18 +02:00
parent c5c2d34591
commit 0b7ba6a998
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 21 additions and 0 deletions

View file

@ -8,7 +8,10 @@ install:
- "pip install -r requirements.dev.txt"
script:
# Run the test suit
- nosetests --with-coverage --cover-package=stegano
# Run the type checker
- python tools/run_mypy.py
after_success:
- coveralls