From d6a9a02c771a532410e3845ee7500d5e7707df5c Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 23 Aug 2017 13:17:30 -0700 Subject: Pull in count-errors from invocations --- tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 42c18bd0..a34fd3ce 100644 --- a/tasks.py +++ b/tasks.py @@ -4,6 +4,7 @@ from shutil import rmtree, copytree from invoke import Collection, task from invocations.docs import docs, www, sites from invocations.packaging.release import ns as release_coll, publish +from invocations.testing import count_errors # Until we move to spec-based testing @@ -49,7 +50,7 @@ def release(ctx, sdist=True, wheel=True, sign=True, dry_run=False): # aliasing, defaults etc. release_coll.tasks['publish'] = release -ns = Collection(test, coverage, release_coll, docs, www, sites) +ns = Collection(test, coverage, release_coll, docs, www, sites, count_errors) ns.configure({ 'packaging': { # NOTE: many of these are also set in kwarg defaults above; but having -- cgit v1.2.3