From: Paul Brossier Date: Thu, 4 Oct 2018 23:16:44 +0000 (+0200) Subject: wscript: update circle ci config location X-Git-Tag: 0.4.8~92^2~21^2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8142a7eb2c1e25f7685b5a3daa97908bd333823e;p=aubio.git wscript: update circle ci config location --- 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'