httpie-cli/appveyor.yml

14 lines
446 B
YAML
Raw Normal View History

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