dpaste/README.md

30 lines
894 B
Markdown
Raw Normal View History

2013-03-23 08:54:41 +11:00
dpaste
======
2013-11-26 21:40:36 +11:00
[![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)
2013-03-23 08:54:41 +11:00
dpaste is a Django based pastebin. It's intended to run separatly or installed
into an existing Django project.
You can find a live example on http://dpaste.de/
2013-03-23 08:54:41 +11:00
Testing
2013-11-26 21:40:36 +11:00
-------
dpaste is continuously tested on [Travis][travis]. You can also run the test
suite locally with [tox][tox]:
$ pip install tox
$ tox
A more manual approach is installing it all by hand in a virtual environment.
This is also the preferred way local development:
2013-03-23 08:54:41 +11:00
2013-11-26 21:40:36 +11:00
$ pip install -e .
$ pip install -r requirements.txt
$ python runtests.py
2013-03-23 08:54:41 +11:00
2013-11-26 21:40:36 +11:00
[travis]: https://travis-ci.org/bartTC/dpaste
[tox]: http://tox.readthedocs.org/en/latest/