mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
20 lines
606 B
ReStructuredText
20 lines
606 B
ReStructuredText
=============================
|
|
Testing and local development
|
|
=============================
|
|
|
|
dpaste is continuously tested on Travis_. You can also run the test
|
|
suite locally with tox_::
|
|
|
|
$ cd dpaste/
|
|
$ pip install tox
|
|
$ tox --skip-missing-interpreters
|
|
|
|
A more manual approach is installing it all by hand in a virtual environment.
|
|
This is also the preferred way to setup an environment for local development::
|
|
|
|
$ cd dpaste/
|
|
$ pipenv install --three --dev
|
|
$ pipenv run python runtests.py
|
|
|
|
.. _Travis: https://travis-ci.org/bartTC/dpaste
|
|
.. _tox: http://tox.readthedocs.org/en/latest/
|