Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
feature(crassus-deployer): Add coverage to build but it does not brea…
Browse files Browse the repository at this point in the history
…k the build
  • Loading branch information
nmohaupt committed Oct 26, 2015
1 parent 87c6c06 commit 30f2983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use_plugin("python.install_dependencies")
use_plugin("python.flake8")
use_plugin("pypi:pybuilder_aws_lambda_plugin")
#use_plugin("python.coverage")
use_plugin("python.coverage")

name = 'crassus'
summary = 'AWS lambda function for deployment automation'
Expand All @@ -28,7 +28,7 @@ def set_properties(project):
project.depends_on("boto3")
project.build_depends_on("unittest2")
project.build_depends_on("mock")
#project.set_property('coverage_break_build', False)
project.set_property('coverage_break_build', False)

project.set_property('distutils_classifiers', [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 30f2983

Please sign in to comment.