Include .testr.conf in source tarball

In order to run tests in the release tarball,
include the .testr.conf

Change-Id: Ibc931400684a9aff240c097f874ac9d8df0c46c8
This commit is contained in:
Dirk Mueller
2013-06-11 09:02:29 +02:00
parent 6aeb0993d9
commit 0697675e12

View File

@@ -3,6 +3,7 @@ include LICENSE
include README.md
include ChangeLog
include tox.ini
include .testr.conf
recursive-include doc *
recursive-include tests *
recursive-include tools *