From 8142a7eb2c1e25f7685b5a3daa97908bd333823e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 01:16:44 +0200 Subject: [PATCH] wscript: update circle ci config location --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index c08298c2..1d86ee2a 100644 --- a/wscript +++ b/wscript @@ -605,5 +605,5 @@ def dist(ctx): ctx.excl += ' **/.travis.yml' ctx.excl += ' **/.landscape.yml' ctx.excl += ' **/.appveyor.yml' - ctx.excl += ' **/circle.yml' + ctx.excl += ' **/.circleci/*' ctx.excl += ' **/.coveragerc' -- 2.11.0