diff --git a/README.rst b/README.rst index 49e8530..1a72ea6 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,11 @@ dpaste ====== + .. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master + :target: https://travis-ci.org/bartTC/dpaste + .. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master + :target: https://coveralls.io/r/bartTC/dpaste?branch=master + dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app.