Remove mypy new analyzer tests (#3128)

Now that the new analyzer is the default, this does exactly the same
as the normal mypy self test.
This commit is contained in:
Sebastian Rittau
2019-07-18 17:02:12 +02:00
committed by GitHub
parent 508f992730
commit 09d1055cd3
2 changed files with 0 additions and 11 deletions

View File

@@ -13,16 +13,8 @@ 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"