From 0c9e82ee6b5157f908d38456199c2fa36746909e Mon Sep 17 00:00:00 2001 From: David Amrhein Date: Tue, 16 Aug 2016 20:04:11 -0400 Subject: [PATCH] Update appveyor to DaveA50 git repo links --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1318c9478..729e394f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,11 +14,9 @@ init: mingw32-make.exe -f Makefile.mingw C:\Python27\python.exe C:\temp\miniupnpc-1.9\setupmingw32.py build --compiler=mingw32 C:\Python27\python.exe C:\temp\miniupnpc-1.9\setupmingw32.py install -- ps: Invoke-WebRequest "https://bitbucket.org/david_amrhein/lbry/downloads/pywin32-220.1-cp27-cp27m-win32.whl" -OutFile "C:\temp\pywin32-220.1-cp27-cp27m-win32.whl" -- ps: Invoke-WebRequest "https://bitbucket.org/david_amrhein/lbry/downloads/gmpy-1.17-cp27-none-win32.whl" -OutFile "C:\temp\gmpy-1.17-cp27-none-win32.whl" +- ps: Invoke-WebRequest "https://github.com/DaveA50/lbry/raw/master/packaging/windows/libs/gmpy-1.17-cp27-none-win32.whl" -OutFile "C:\temp\gmpy-1.17-cp27-none-win32.whl" - ps: C:\Python27\Scripts\pip.exe install "C:\temp\gmpy-1.17-cp27-none-win32.whl" -- ps: C:\Python27\Scripts\pip.exe install "C:\temp\pywin32-220.1-cp27-cp27m-win32.whl" -- ps: C:\Python27\python.exe C:\Python27\Scripts\pywin32_postinstall.py -install +- ps: C:\Python27\Scripts\pip.exe install pypiwin32==219 - ps: C:\Python27\Scripts\pip.exe install six==1.9.0 - ps: C:\Python27\Scripts\pip.exe install requests==2.9.1 - ps: C:\Python27\Scripts\pip.exe install zope.interface==4.1.3