mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-05 22:54:17 +08:00
Wrote a runtests.py script. It has some flaws, hence the -x args in .travis.yml.
This commit is contained in:
@@ -8,7 +8,4 @@ install:
|
||||
- pip install git+git://github.com/JukkaL/mypy
|
||||
|
||||
script:
|
||||
- mypy `find stdlib/{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
|
||||
- ./runtests.py -x tornado sqlalchemy 3/enum requests
|
||||
|
||||
Reference in New Issue
Block a user