Python 3.4 @ appveyor.

This commit is contained in:
Jakub Roztocil 2014-04-27 22:14:11 +02:00
parent 82e16c4f27
commit c8ae697eec

View File

@ -3,9 +3,10 @@ build: false
environment: environment:
matrix: matrix:
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33" - PYTHON: "C:\\Python34"
init:
- ps: "ls C:\Python*"
install: install:
- "ls C:\\"
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\\get-pip.py') - 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 ." - "%PYTHON%\\Scripts\\pip.exe install -e ."