Wrote a runtests.py script. It has some flaws, hence the -x args in .travis.yml.

This commit is contained in:
Guido van Rossum
2016-01-28 13:22:45 -08:00
parent f6f3d4d9ca
commit 913495886d
2 changed files with 96 additions and 4 deletions

View File

@@ -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