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
|
- pip install -U . -r requirements-test.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- mypy tractor/ --ignore-missing-imports
|
||||||
- pytest tests/ --no-print-logs
|
- pytest tests/ --no-print-logs
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
pytest
|
pytest
|
||||||
pytest-trio
|
pytest-trio
|
||||||
pdbpp
|
pdbpp
|
||||||
|
mypy
|
||||||
|
|
Loading…
Reference in New Issue