mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 03:27:14 +08:00
Add new semantic analyzer to mypy tests (#3037)
This also removes two redundant definitions in curses/__init__.pyi star-imported from _curses.
This commit is contained in:
@@ -13,8 +13,16 @@ matrix:
|
||||
env:
|
||||
- TEST_CMD="./tests/mypy_test.py"
|
||||
- INSTALL="mypy"
|
||||
- name: "mypy new analyzer"
|
||||
env:
|
||||
- TEST_CMD="./tests/mypy_test.py -a"
|
||||
- INSTALL="mypy"
|
||||
- name: "mypy self test"
|
||||
env: TEST_CMD="./tests/mypy_selftest.py"
|
||||
- name: "mypy self test (new analyzer)"
|
||||
env:
|
||||
- NEWSEMANAL=1
|
||||
- TEST_CMD="./tests/mypy_selftest.py"
|
||||
- name: "check file consistency"
|
||||
env: TEST_CMD="./tests/check_consistent.py"
|
||||
- name: "flake8"
|
||||
|
||||
Reference in New Issue
Block a user