mirror of https://github.com/status-im/cabot.git
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:
parent
13fbec536f
commit
1f8cd60a40
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue