Skip to content

Commit 0a9f88d

Browse files
JelleZijlstragvanrossum
authored andcommitted
sync typeshed (#3220)
Also fix appveyor.yaml. This is the proof of the pudding in python/typeshed#1175.
1 parent 2032b98 commit 0a9f88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- "git reset --hard"
2424
- "%PYTHON%\\python.exe -m pip install -r test-requirements.txt"
2525
- "git submodule update --init typeshed"
26-
- "cd typeshed && git reset --hard && cd .."
26+
- "cd typeshed && git config core.symlinks true && git reset --hard && cd .."
2727
- "%PYTHON%\\python.exe setup.py -q install"
2828

2929
build: off

0 commit comments

Comments
 (0)