Skip to content

Commit 8290202

Browse files
author
Pamela McA'Nulty
committed
Update tox to support 111
1 parent d40d7e3 commit 8290202

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A `coverage.py`_ plugin to measure the coverage of Django templates.
1414
1515
Supported Python versions are 2.7, 3.4, 3.5 and 3.6.
1616

17-
Supported Django versions are 1.8 through 1.11b1.
17+
Supported Django versions are 1.8 through 1.11.
1818

1919
Supported coverage.py versions are 4.0 and higher.
2020

@@ -59,6 +59,10 @@ plural text, so both are marked as used if the tag is used.
5959
Changes
6060
~~~~~~~
6161

62+
v1.5.1a --- 2017-04-05
63+
---------------------
64+
65+
Validates support for Django version 1.11.
6266

6367
v1.5.0 --- 2017-02-23
6468
---------------------

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[tox]
1616
envlist =
17-
py27-django{18,19,110,110tip,111tip},
18-
py34-django{18,19,110,110tip,111tip,tip},
19-
py35-django{18,19,110,110tip,111tip,tip},
20-
py36-django{18,19,110,110tip,111tip,tip},
17+
py27-django{18,19,110,111,111tip,tip},
18+
py34-django{18,19,110,111,111tip,tip},
19+
py35-django{18,19,110,111,111tip,tip},
20+
py36-django{18,19,110,111,111tip,tip},
2121
check,doc
2222

2323
[testenv]
@@ -26,7 +26,7 @@ deps =
2626
django18: Django >=1.8, <1.9
2727
django19: Django >=1.9, <1.10
2828
django110: Django >=1.10, <1.11
29-
django110tip: https://github.com/django/django/archive/stable/1.10.x.tar.gz
29+
django111: Django >=1.11, <2.0
3030
django111tip: https://github.com/django/django/archive/stable/1.11.x.tar.gz
3131
djangotip: https://github.com/django/django/archive/master.tar.gz
3232

0 commit comments

Comments
 (0)