Skip to content

Commit 9e86ad3

Browse files
committed
We also support Python 3.5
1 parent 929f937 commit 9e86ad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1616
The 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

2828
You will see your templates listed in your coverage report along with your
2929
Python modules.

0 commit comments

Comments
 (0)