aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Firshman2014-09-21 11:46:40 -0700
committerBen Firshman2014-09-21 11:47:37 -0700
commit330f0b6faf4fe68a9abf70f490380205d76cdbad (patch)
tree27d9dda200dd514ba571a0a49e2819552fe0114a
parentd191fa22e08c6d38c13b89aca6c40356d77a9940 (diff)
downloaddjango-shorturls-330f0b6faf4fe68a9abf70f490380205d76cdbad.tar.bz2
Add Travis and PyPi badge
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7d3991..797bd78 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
django-shorturls
================
+[![Build Status](https://travis-ci.org/bfirsh/django-shorturls.svg?branch=master)](https://travis-ci.org/bfirsh/django-shorturls)
+[![PyPI version](https://badge.fury.io/py/django-shorturls.svg)](http://badge.fury.io/py/django-shorturls)
+
A custom URL shortening app for Django, including easy ``rev=canonical``
support.