Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
littleskunk committed Feb 5, 2016
1 parent 79dc420 commit 409f156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -113,7 +113,7 @@ install:
- "%CMD_IN_ENV% pip install http://sourceforge.net/projects/py2exe/files/latest/download?source=files"

# fix missing init.py for zope
- ps: "New-Item -ItemType file %PYTHON%/Lib/site-packages/zope/__init__.py"
- ps: "New-Item -ItemType file $env:PYTHON/Lib/site-packages/zope/__init__.py"

build_script:
# Build the compiled extension
Expand Down

0 comments on commit 409f156

Please sign in to comment.