Django Template Coverage Plugin
===============================

A coverage.py plugin to measure the coverage of Django templates.

To run the tests on Python 2.7::

    $ pip install -r requirements.txt
    $ tox
