add mypy_selftest.py (#1102)

* add mypy_selftest.py
* add selftest to Travis
This commit is contained in:
Jelle Zijlstra
2017-04-17 11:17:27 -07:00
committed by Łukasz Langa
parent 7e58389a27
commit e50fcaf658
3 changed files with 38 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ matrix:
include:
- python: "3.6-dev"
env: TEST_CMD="flake8"
- python: "3.6"
env: TEST_CMD="./tests/mypy_selftest.py"
- python: "3.5"
env: TEST_CMD="./tests/mypy_test.py"
- python: "2.7"