1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

ci: run mypy without limitation

This commit is contained in:
Tomas Susanka 2019-10-22 13:22:59 +00:00
parent d17f879d97
commit 0811733185

View File

@ -106,10 +106,9 @@ core mypy test:
dependencies: [] # no artifacts needed dependencies: [] # no artifacts needed
script: script:
- cd core - cd core
- (pipenv run make mypy | tee /tmp/mypy-result) || true - pipenv run mypy --version
- CNT=`wc -l < /tmp/mypy-result` - pipenv run make res # needed for clean mypy
- echo $CNT - pipenv run make mypy
- (( $CNT != 0 )) && (( $CNT < 154 )) && exit 0 # currently hardcoded, will be fixed
# Crypto # Crypto