Fix appveyor.yml

This commit is contained in:
Jakub Roztocil 2014-04-27 17:46:19 +02:00
parent 411822d3b2
commit a95d8bb42d

View File

@ -5,10 +5,10 @@ environment:
- PYTHON: C:\Python33 - PYTHON: C:\Python33
install: install:
- 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 - cmd: %PYTHON%\python.exe c:\get-pip.py
- %PYTHON%\Scripts\pip.exe install -e . - cmd: %PYTHON%\Scripts\pip.exe install -e .
build: off build: off
test_script: test_script:
- %PYTHON%\Scripts\pip.exe --version - cmd: %PYTHON%\Scripts\pip.exe --version
- %PYTHON%\Scripts\http.exe --debug - cmd: %PYTHON%\Scripts\http.exe --debug
- %PYTHON%\python.exe setup.py test - cmd: %PYTHON%\python.exe setup.py test