File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# If you change this file, don't forget to update tox.ini and setup.py also.
2
- coverage >= 4.0a7
2
+ coverage >= 4.0b1
3
3
Django >= 1.4
4
4
six >= 1.4.0
5
5
tox >= 1.8
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'django_coverage_plugin' ,
7
- version = '0.5.5 ' ,
7
+ version = '0.6 ' ,
8
8
description = 'Django template coverage.py plugin' ,
9
9
author = 'Ned Batchelder' ,
10
10
13
13
install_requires = [
14
14
# If you change this, update tox.ini and requirements.txt also.
15
15
'Django >= 1.4' ,
16
- 'coverage >= 4.0a7 ' ,
16
+ 'coverage >= 4.0b1 ' ,
17
17
'six >= 1.4.0' ,
18
18
],
19
19
)
Original file line number Diff line number Diff line change 21
21
django17: Django >=1.7, <1.8
22
22
django18: Django >=1.8, <1.9
23
23
six >= 1.4.0
24
- coverage >= 4.0a7
24
+ coverage >= 4.0b1
25
25
26
26
commands =
27
27
{envpython} -c " import tests.banner"
You can’t perform that action at this time.
0 commit comments