From 3d6b912e0376bb61ddaa89dbdff55a1af325c329 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Wed, 13 Dec 2017 16:30:39 +0000
Subject: [PATCH] Add the typechecking stage to travis

---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 26694aaaf..e19536f96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,9 @@ script:
   # Type check the project
   - mypy .
 
+  # Type check the apply module
+  - mypy opentech/apply --check-untyped-defs --ignore-missing-imports
+
   # Run system checks
   - python manage.py check
 
-- 
GitLab