mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add stdlib/2.7 to Travis CI tests.
This commit is contained in:
@@ -9,4 +9,5 @@ install:
|
||||
|
||||
script:
|
||||
- mypy stdlib/3/
|
||||
- rm -rf 2_7; cp -r stdlib/2.7 2_7; rm 2_7/__builtin__.pyi; mypy --py2 2_7/
|
||||
# That doesn't test everything, but it's a start.
|
||||
|
||||
Reference in New Issue
Block a user