From ae7008ee9658825686c1342e5fc399a37c4b1f12 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 2 Mar 2016 09:33:43 +0800 Subject: [PATCH] Appveyor --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 863cd0d1..c6224cf7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,13 @@ environment: init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" -#install: + +install: # - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py') # - "%PYTHON%/python.exe C:/get-pip.py" # - "%PYTHON%/Scripts/pip.exe install -U pip setuptools" - "%PYTHON%/Scripts/pip.exe install -e ." + test_script: - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/http.exe --debug"