File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ A `coverage.py`_ plugin to measure the coverage of Django templates.
1010| |license| |versions| |djversions| |status|
1111| |kit| |downloads|
1212
13- Supported Python versions are 2.7 and 3.4 . Supported Django versions are 1.4
14- through 1.8.
13+ Supported Python versions are 2.7, 3.4, and 3.5 . Supported Django versions are
14+ 1.4 through 1.8.
1515
1616The plugin itself is pip installable::
1717
@@ -23,7 +23,7 @@ To run it, add this setting to your .coveragerc file::
2323 plugins =
2424 django_coverage_plugin
2525
26- Then run your tests under coverage.py. It requires coverage.py 4.0.
26+ Then run your tests under coverage.py. It requires coverage.py 4.0 or later .
2727
2828You will see your templates listed in your coverage report along with your
2929Python modules.
You can’t perform that action at this time.
0 commit comments