From b2c7addf23f96dcacff991c70717faaa4da6a875 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 12 Jan 2015 09:45:19 -0500 Subject: [PATCH] Add fedmsg.d/ for tests on travis. --- fedmsg.d/testconfig.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fedmsg.d/testconfig.py diff --git a/fedmsg.d/testconfig.py b/fedmsg.d/testconfig.py new file mode 100644 index 0000000..6bd31d3 --- /dev/null +++ b/fedmsg.d/testconfig.py @@ -0,0 +1,5 @@ +config = { + 'endpoints': { + # Just need this entry here for tests to pass on travis-ci. + } +}