mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 03:11:16 +08:00
Test 2and3, 3.3, 3.4.
This commit is contained in:
@@ -9,5 +9,9 @@ install:
|
||||
|
||||
script:
|
||||
- mypy stdlib/3/
|
||||
- mypy stdlib/2and3/
|
||||
- rm -rf 3_3; cp -R stdlib/3.3 3_3; mypy 3_3/
|
||||
- rm -rf 3_4; cp -R stdlib/3.4 3_4; mypy 3_4/
|
||||
- mypy --py2 stdlib/2and3/
|
||||
- rm -rf 2_7; cp -R -L 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