summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Tax <paultax@gmail.com>2015-08-24 21:03:03 +0200
committerPaul Tax <paultax@gmail.com>2015-08-24 21:03:03 +0200
commit5be488383fea8b514cedc02ec9b9031bc411107d (patch)
tree470856656e60ce7207bb5cccd6a51989f703b763 /README.md
parent28973f0821d2fabe5a696d4eed0b2a66925038fe (diff)
downloadpython-requests-aws-5be488383fea8b514cedc02ec9b9031bc411107d.tar.gz
Add travis again
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bff852..98b1888 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
AWS authentication for Amazon S3 for the wonderful [pyhon requests library](http://python-requests.org)
-- Tested with python 2.6 and python 3.3.2
+[![Build Status](https://travis-ci.org/tax/python-requests-aws.svg?branch=master)](https://travis-ci.org/tax/python-requests-aws)
+
+- Tested with python 2.7 and python 3
- At the moment only S3 is supported
## Usage