Skip to content

Commit

Permalink
released v2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lorenz committed May 18, 2015
1 parent d0d1aa8 commit 601598c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development_fabfile/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '2.14.2'
__version__ = '2.14.3'
3 changes: 2 additions & 1 deletion development_fabfile/fabfile/local.py
Expand Up @@ -328,4 +328,5 @@ def test(options=None, integration=1, selenium=1, test_settings=None):
command += ' {0}'.format(options)
with fab_settings(warn_only=True):
local(command, capture=False)
local('coverage html -d {} --omit="{}"'.format(settings.COVERAGE_EXCLUDES))
local('coverage html -d coverage --omit="{}"'.format(
settings.COVERAGE_EXCLUDES))

0 comments on commit 601598c

Please sign in to comment.