diff options
author | Matt Clay <matt@mystile.com> | 2019-08-07 20:43:42 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-08-08 03:32:46 +0200 |
commit | 5f67b5a757d9881cd6a76eb1a3584b034855c75c (patch) | |
tree | 2805a6b406bb48787634d634e89f1f0de55eaff0 /MANIFEST.in | |
parent | Fix placement and handling of ansible-test cloud config (#60253) (diff) | |
download | ansible-5f67b5a757d9881cd6a76eb1a3584b034855c75c.tar.xz ansible-5f67b5a757d9881cd6a76eb1a3584b034855c75c.zip |
Move ansible-test coverage config to test/lib/
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 137483fa0e..863b286037 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,6 @@ include README.rst include COPYING include SYMLINK_CACHE.json include requirements.txt -include .coveragerc include shippable.yml include bin/ansible-test include examples/hosts |