Skip to content

Commit

Permalink
I've never even heard of that module! (but here you go, happy now?)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 10, 2015
1 parent eb8f1ab commit 328266b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ environment:
PYTHON: C:\Python27
COVERALLS_REPO_TOKEN:
secure: DCxZQaYFWVR0zWqjTPXhhlRlLdmKNMS2qDUwIR8jRar13clunOqJIaXn+vKInS7g
PYWIN32_URL: "https://downloads.sourceforge.net/project/pywin32/pywin32/Build%20219/pywin32-219.win32-py2.7.exe"
install:
- cmd: 'gem install fakes3'
- ps: (new-object net.webclient).DownloadFile($env:PYWIN32_URL, 'c:\\pywin32.exe')
- cmd: '"%PYTHON%\Scripts\easy_install.exe" c:\\pywin32.exe'
- cmd: '"%PYTHON%\Scripts\pip.exe" install --quiet https://github.com/coagulant/coveralls-python/archive/master.zip'
- cmd: 'scripts\prepare-test-environment.cmd'
build: off
Expand Down

0 comments on commit 328266b

Please sign in to comment.