From 2bbc292b7fff5df239580d2ee2605a2c2654d3a8 Mon Sep 17 00:00:00 2001 From: SunDwarf Date: Sat, 29 Aug 2015 14:23:23 +0100 Subject: [PATCH] Update README.md --- .travis.yml | 2 +- README.md | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9eb2d7e..0034fb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.2" +# - "3.2" # 3.2 is broken, for some reason - "3.3" - "3.4" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors diff --git a/README.md b/README.md index db256e4..2c28ffe 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,32 @@ flask-s3 ======== -![](https://api.travis-ci.org/e-dard/flask-s3.png) - +[![Build Status](https://travis-ci.org/e-dard/flask-s3.svg?branch=master)](https://travis-ci.org/e-dard/flask-s3) +[![Coverage Status](https://coveralls.io/repos/e-dard/flask-s3/badge.svg?branch=master&service=github)](https://coveralls.io/github/e-dard/flask-s3?branch=master) [![Analytics](https://ga-beacon.appspot.com/UA-35880013-3/flask-s3/readme)](https://github.com/igrigorik/ga-beacon) - Seamlessly serve the static assets of your Flask app from Amazon S3. Maintainers ----------- -Flask-S3 is maintained by @e-dard and @eriktaubeneck. +Flask-S3 is maintained by @e-dard, @eriktaubeneck and @SunDwarf. + + +Installation +------------ + +Install Flask-S3 via pypi: + + pip install flask-s3 + +Or, install the latest development version: + + pip install git+https://github.com/e-dard/flask-s3 + Documentation ------------- The latest documentation for Flask-S3 can be found [here](https://flask-s3.readthedocs.org/en/latest/). + +