mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-11 20:51:42 +08:00
Fix tokenize.pyi; fix cp command.
This commit is contained in:
@@ -9,5 +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/
|
||||
- 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