Skip to content

Commit

Permalink
Merge branch 'hotfix/realistic_coverage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Sonne committed Jun 26, 2017
2 parents 298b3f5 + b89b9d1 commit cd28a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def init(project):
project.set_property('flake8_verbose_output', True)
project.set_property("flake8_break_build", True)

project.set_property("coverage_threshold_warn", 90)
project.set_property("coverage_threshold_warn", 75)

project.set_property('distutils_upload_repository', 'https://upload.pypi.org/legacy/')
project.set_property("distutils_use_setuptools", True)
Expand Down

0 comments on commit cd28a93

Please sign in to comment.