summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-09-14 16:56:34 -0600
committerPaul Belanger <pabelanger@redhat.com>2017-02-06 12:47:29 -0500
commitd78b44878c58304f78e6d88047febf7572992575 (patch)
tree61e6361e30d154d6410db2e5522249ef0528b018 /setup.cfg
parent08de693416fa4a54b321f11946d42cf5cffced6a (diff)
downloadzuul-d78b44878c58304f78e6d88047febf7572992575.tar.gz
Add support for sqlalchemy reporter
This will allow us to enter results from all jobs for use with the openstack-health dashboard. Depends-On: I08dbbb64b3daba915a94e455f75eef61ab392852 Change-Id: I28056d84a3f6abcd8d9038a91a6c9a3902142f90 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7ddeb84be..4967cd0ad 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,3 +31,7 @@ console_scripts =
source-dir = doc/source
build-dir = doc/build
all_files = 1
+
+[extras]
+mysql_reporter=
+ PyMySQL