2014-04-26 11:26:29 +03:00
|
|
|
# https://ci.appveyor.com/project/jkbr/httpie
|
2014-04-26 11:13:31 +03:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2014-04-26 11:14:57 +03:00
|
|
|
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
|
2014-04-26 11:36:12 +03:00
|
|
|
- C:\Python27\Scripts\pip.exe install -e .
|
2014-04-26 11:14:57 +03:00
|
|
|
build: off
|
2014-04-26 11:07:35 +03:00
|
|
|
test_script:
|
2014-04-26 11:41:46 +03:00
|
|
|
- C:\Python27\Scripts\pip.exe
|
|
|
|
- C:\Python27\Scripts\http.exe --debug
|
2014-04-26 11:33:13 +03:00
|
|
|
- C:\Python27\python.exe setup.py test
|