mirror of
https://github.com/httpie/cli.git
synced 2024-11-14 11:54:47 +01:00
12 lines
373 B
YAML
12 lines
373 B
YAML
# https://ci.appveyor.com/project/jkbr/httpie
|
|
branches:
|
|
only:
|
|
- master
|
|
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 -r requirements-dev.txt
|
|
build: off
|
|
test_script:
|
|
- C:\Python27\Scripts\tox.exe
|