1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/appveyor.yml

12 lines
363 B
YAML
Raw Normal View History

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:33:13 +03:00
- C:\Python27\python.exe setup.py test