Add .coveragerc to the tarball so unittests will run from the tarball

This commit is contained in:
Toshio Kuratomi 2017-04-12 07:48:20 -07:00
parent e9703bd68a
commit 0d2d17ade5

View file

@ -2,6 +2,7 @@ prune ticket_stubs
prune hacking
include README.md COPYING
include requirements.txt
include .coveragerc
include examples/hosts
include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1