Add mypy checking to CI!

type_annotations
Tyler Goodlet 2018-08-31 18:03:21 -04:00
parent 086df43b59
commit 4d63125a3c
2 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,5 @@ install:
- pip install -U . -r requirements-test.txt - pip install -U . -r requirements-test.txt
script: script:
- mypy tractor/ --ignore-missing-imports
- pytest tests/ --no-print-logs - pytest tests/ --no-print-logs

View File

@ -1,3 +1,4 @@
pytest pytest
pytest-trio pytest-trio
pdbpp pdbpp
mypy