Browse Source

Teach MANIFEST and tox about ci->.ci

David Robertson 3 years ago
parent
commit
6fcc3e0bc8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      MANIFEST.in
  2. 1 1
      tox.ini

+ 1 - 1
MANIFEST.in

@@ -46,7 +46,7 @@ recursive-include changelog.d *
 
 prune .circleci
 prune .github
-prune ci
+prune .ci
 prune contrib
 prune debian
 prune demo/etc

+ 1 - 1
tox.ini

@@ -49,7 +49,7 @@ lint_targets =
     contrib
     synctl
     synmark
-    ci
+    .ci
     docker
 
 # default settings for all tox environments