Skip to content
Snippets Groups Projects
Commit 3d6b912e authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add the typechecking stage to travis

parent 3009dd75
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ script: ...@@ -43,6 +43,9 @@ script:
# Type check the project # Type check the project
- mypy . - mypy .
# Type check the apply module
- mypy opentech/apply --check-untyped-defs --ignore-missing-imports
# Run system checks # Run system checks
- python manage.py check - python manage.py check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment