Skip to content

Commit

Permalink
Show build status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed May 2, 2013
1 parent 2136d33 commit e971068
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
@@ -1,10 +1,16 @@
### A Django based pastebin.

[![Build Status](https://travis-ci.org/agiliq/django-pastebin.png?branch=master)](https://travis-ci.org/agiliq/django-pastebin)

### Installation

pip install -r requirements.txt
python setup.py install
pip install -r requirements.txt
pip install django-pastebin

or

python setup.py install

#### License
#### License

BSD

0 comments on commit e971068

Please sign in to comment.