travis: Add mypy checker.

This commit is contained in:
derAnfaenger 2017-09-15 13:24:42 +02:00
parent 123c49291a
commit 3af373adc3

View file

@ -9,6 +9,8 @@ matrix:
include:
- python: "3.6"
env: TEST_SUITE=lint
- python: "3.6"
env: TEST_SUITE=run-mypy
install:
- tools/provision
- source zulip-api-py*-venv/bin/activate