mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-29 19:46:13 +02:00
Add proper exit code check to mypy script.
This commit is contained in:
parent
c5c2d34591
commit
0b7ba6a998
2 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue