mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Updated readme.
This commit is contained in:
parent
eacb6adeec
commit
cf84fe5834
1 changed files with 18 additions and 9 deletions
27
README.md
27
README.md
|
@ -1,20 +1,29 @@
|
||||||
======
|
|
||||||
dpaste
|
dpaste
|
||||||
======
|
======
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/bartTC/dpaste.png?branch=master)](https://travis-ci.org/bartTC/dpaste)
|
||||||
|
[![Coverage Status](https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master)](https://coveralls.io/r/bartTC/dpaste?branch=master)
|
||||||
|
|
||||||
dpaste is a Django based pastebin. It's intended to run separatly or installed
|
dpaste is a Django based pastebin. It's intended to run separatly or installed
|
||||||
into an existing Django project.
|
into an existing Django project.
|
||||||
|
|
||||||
You can find a live example on http://dpaste.de/
|
You can find a live example on http://dpaste.de/
|
||||||
|
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
=======
|
-------
|
||||||
|
|
||||||
![](https://api.travis-ci.org/bartTC/dpaste.png)
|
dpaste is continuously tested on [Travis][travis]. You can also run the test
|
||||||
|
suite locally with [tox][tox]:
|
||||||
|
|
||||||
```
|
$ pip install tox
|
||||||
$ pip install -r requirements.txt
|
$ tox
|
||||||
$ pip install -e .
|
|
||||||
$ manage.py test dpaste
|
A more manual approach is installing it all by hand in a virtual environment.
|
||||||
```
|
This is also the preferred way local development:
|
||||||
|
|
||||||
|
$ pip install -e .
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
$ python runtests.py
|
||||||
|
|
||||||
|
[travis]: https://travis-ci.org/bartTC/dpaste
|
||||||
|
[tox]: http://tox.readthedocs.org/en/latest/
|
||||||
|
|
Loading…
Reference in a new issue