From f4dde9d9b3f67824cb7cfe4b53826d2682051e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Roztoc=CC=8Cil?= Date: Sun, 4 Mar 2012 11:54:27 +0100 Subject: [PATCH] Updated travis config. --- .travis.yml | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21be0db5..10c2ebed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/README.md b/README.md index b59b47e0..c215d59f 100644 --- a/README.md +++ b/README.md @@ -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):