also run pytype tests for Python 3 modules (#1278)

This commit is contained in:
Matthias Kramm
2017-05-20 09:10:14 -07:00
committed by Jelle Zijlstra
parent c19e266dcf
commit d7d27647a9
2 changed files with 50 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ def pytype_test(args):
print("Cannot run pytd. Did you install pytype?")
return 0, 0
wanted = re.compile(r"stdlib/(2|2\.7|2and3)/.*\.pyi$")
wanted = re.compile(r"stdlib/.*\.pyi$")
skipped = re.compile("(%s)$" % "|".join(load_blacklist()))
files = []