Update django_coverage_plugin

It was complaining about TEMPLATE_DEBUG not being set, even though
TEMPLATE_DEBUG now defaults to DEBUG. Newer versions of coverage plugin
work properly
This commit is contained in:
Frank Hamand 2017-02-16 15:07:48 +00:00
parent 13fbec536f
commit 1f8cd60a40
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ script:
after_success:
- pip install codecov
- pip install django_coverage_plugin==1.3.1
- pip install django_coverage_plugin==1.4.2
- codecov

View File

@ -1,5 +1,5 @@
coverage==4.2
django_coverage_plugin==1.3.1
django_coverage_plugin==1.4.2
mock==1.0.1
sqlalchemy==1.1.5
ipdb