wscript: update circle ci config location
authorPaul Brossier <piem@piem.org>
Thu, 4 Oct 2018 23:16:44 +0000 (01:16 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 4 Oct 2018 23:16:44 +0000 (01:16 +0200)
wscript

diff --git a/wscript b/wscript
index c08298c..1d86ee2 100644 (file)
--- 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'