File: contributing.rst

package info (click to toggle)
django-dirtyfields 1.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 812; makefile: 168
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (4)
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