forked from goodboy/tractor
Add mypy checking to CI!
parent
086df43b59
commit
4d63125a3c
|
@ -12,4 +12,5 @@ install:
|
|||
- pip install -U . -r requirements-test.txt
|
||||
|
||||
script:
|
||||
- mypy tractor/ --ignore-missing-imports
|
||||
- pytest tests/ --no-print-logs
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
pytest
|
||||
pytest-trio
|
||||
pdbpp
|
||||
mypy
|
||||
|
|
Loading…
Reference in New Issue