Skip to content

Commit bc56d84

Browse files
Update runtests.py: add selfc
1 parent 4301be1 commit bc56d84

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

runtests.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
"-p",
6666
"mypyc",
6767
],
68+
# Self type check, but use mypyc;
69+
# for instance, to catch nasty mypyc bugs.
70+
"selfc": [
71+
"mypyc",
72+
"--config-file",
73+
"mypy_self_check.ini",
74+
"-p",
75+
"mypy",
76+
"-p",
77+
"mypyc",
78+
],
6879
# Type check setup.py as well
6980
"self-packaging": [
7081
executable,

0 commit comments

Comments
 (0)