mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 03:52:19 +08:00
add mypy_selftest.py (#1102)
* add mypy_selftest.py * add selftest to Travis
This commit is contained in:
committed by
Łukasz Langa
parent
7e58389a27
commit
e50fcaf658
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user