From f67a11c165fc47a07264a5afc4145b64827fc4e8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 27 Apr 2014 22:20:23 +0200 Subject: [PATCH] Debug appveyor --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a9d306d5..6629706f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,10 +5,11 @@ environment: - PYTHON: "C:/Python27" - PYTHON: "C:/Python34" init: + - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py') - - "%PYTHON%/python.exe c:/get-pip.py" + - "%PYTHON%/python.exe C:/get-pip.py" - "%PYTHON%/Scripts/pip.exe install -e ." test_script: - "%PYTHON%/Scripts/pip.exe --version"