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.
10
10
| |license| |versions| |djversions| |status|
11
11
| |kit| |downloads|
12
12
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.
15
15
16
16
The plugin itself is pip installable::
17
17
@@ -23,7 +23,7 @@ To run it, add this setting to your .coveragerc file::
23
23
plugins =
24
24
django_coverage_plugin
25
25
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 .
27
27
28
28
You will see your templates listed in your coverage report along with your
29
29
Python modules.
You can’t perform that action at this time.
0 commit comments