File: contributing.rst

package info (click to toggle)
django-dirtyfields 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: python: 812; makefile: 168
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
Contributing
============
If you're interested in developing it, you can launch project tests on that way:

::

    $ pip install tox
    $ pip install -e .
    $ tox