Debug appveyor

This commit is contained in:
Jakub Roztocil 2014-04-27 22:10:24 +02:00
parent 05db75bdb1
commit 82e16c4f27

View File

@ -5,6 +5,7 @@ environment:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
install:
- "ls C:\\"
- 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%\\Scripts\\pip.exe install -e ."