Updated travis config.

This commit is contained in:
Jakub Roztočil 2012-03-04 11:54:27 +01:00
parent 6d14097844
commit f4dde9d9b3
2 changed files with 5 additions and 2 deletions

View File

@ -6,5 +6,6 @@ python:
#- 3.2
script: python setup.py test
install:
- pip -q install requests pygments argparse
- pip install requests pygments
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse; fi"

View File

@ -1,10 +1,12 @@
## HTTPie: cURL for humans
[![Build Status](https://secure.travis-ci.org/jkbr/httpie.png)](http://travis-ci.org/jkbr/httpie)
HTTPie is a CLI frontend for [python-requests](http://python-requests.org) built out of frustration. It provides an `http` command that can be used to easily issue HTTP requests. It is meant to be used by humans to interact with HTTP-based APIs and web servers. The response headers are colorized and the body is syntax-highlighted if its `Content-Type` is known to [Pygments](http://pygments.org/) (unless the output is redirected).
![httpie](https://github.com/jkbr/httpie/raw/master/httpie.png)
### Installation
Latest stable version using [pip](http://www.pip-installer.org/en/latest/index.html):