Updated appveyor.yml

This commit is contained in:
Jakub Roztocil 2014-04-26 11:01:02 +02:00
parent e3af74da46
commit 5065c4f878

View File

@ -5,6 +5,7 @@ branches:
install:
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\get-pip.py')
- C:\Python27\python.exe c:\get-pip.py
- C:\Python27\Scripts\pip.exe install -e .
build: off
test_script:
- C:\Python27\Scripts\pip.exe --version