mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Sigh. Need to write a local test script.
This commit is contained in:
@@ -9,6 +9,6 @@ install:
|
||||
|
||||
script:
|
||||
- mypy `find stdlib/{2and3,3*} -name \*.pyi`
|
||||
- mypy `find third_party/{2and3,3*} -name \*.pyi`
|
||||
# - mypy `find third_party/{2and3,3*} -name \*.pyi`
|
||||
- mypy --py2 `find stdlib/2* -name \*.pyi | grep -v __builtin__.pyi` # builtins and __builtin__ are aliases
|
||||
- mypy --py2 `find third_party/2* -name \*.pyi | grep -v sqlalchemy` # sqlalchemy is currently busted
|
||||
# - mypy --py2 `find third_party/2* -name \*.pyi | grep -v sqlalchemy` # sqlalchemy is currently busted
|
||||
|
||||
Reference in New Issue
Block a user