Skip to content

Commit

Permalink
Update django_coverage_plugin
Browse files Browse the repository at this point in the history
It was complaining about TEMPLATE_DEBUG not being set, even though
TEMPLATE_DEBUG now defaults to DEBUG. Newer versions of coverage plugin
work properly
  • Loading branch information
frankh committed Feb 16, 2017
1 parent 13fbec5 commit 1f8cd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f8cd60

Please sign in to comment.