Skip to content

Commit

Permalink
test setting the ftype back to py.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 22, 2015
1 parent ee2b2b1 commit 149f6e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -74,6 +74,10 @@ install:
# See http://help.appveyor.com/discussions/problems/2569-latest-appveyor-build-platform-update-introduced-a-python-problem.
- "reg delete HKEY_CLASSES_ROOT\\.py\\OpenWithProgids /f"

# From http://help.appveyor.com/discussions/problems/2569-latest-appveyor-build-platform-update-introduced-a-python-problem#comment_38756340
- ps: cmd /c ftype Python.File="C:\Windows\py.exe" "%1" %*
- ftype Python.File

build_script:
# Without this Appveyor complains it can't find a solution file.
- "echo NO-OP"
Expand Down

0 comments on commit 149f6e4

Please sign in to comment.