From 3147e0415f8c96eca0f9740ed39e4e5334a4e664 Mon Sep 17 00:00:00 2001 From: Sheeo Date: Tue, 10 Nov 2015 18:20:21 +0100 Subject: [PATCH] Install pywin32 from wheel --- appveyor/install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor/install.ps1 b/appveyor/install.ps1 index 182425513..200f630a0 100755 --- a/appveyor/install.ps1 +++ b/appveyor/install.ps1 @@ -27,6 +27,7 @@ InstallPackage http://content.faforever.com/wheel/lupa-1.1-cp27-none-win32.whl InstallPackage wheel InstallPackage pytest InstallPackage cffi +InstallPackage https://pypi.python.org/packages/cp27/p/pypiwin32/pypiwin32-219-cp27-none-win32.whl#md5=a8b0c1b608c1afeb18cd38d759ee5e29 InstallPackage cx_Freeze & $pip_path install -r requirements.txt