summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Herve <therve@redhat.com>2017-04-25 15:23:20 +0200
committerThomas Herve <therve@redhat.com>2017-05-02 15:59:33 +0200
commitc1c56d6aaeacd1e81b6d74b7ef9c2eeae22cefbc (patch)
treed9471036db59d9ffdc1b8e4a6bf77a73b5b8820b /tox.ini
parent7290b4ec8cdc4d5044d5f30c1f0464da92dfbb65 (diff)
downloadceilometer-c1c56d6aaeacd1e81b6d74b7ef9c2eeae22cefbc.tar.gz
Adds a Zaqar publisher
This adds a new publisher supporting samples and events which can be used in the pipelines. Change-Id: I5f95228c38656522a14b20370e2cfd67cb911f80
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9abbb857..b363d9e8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ skipsdist = True
envlist = py{27,35},{debug,py,py27,py35}-{mongodb,mysql,postgresql,functional},pep8
[testenv]
-deps = .[mongo,mysql,postgresql,gnocchi]
+deps = .[mongo,mysql,postgresql,gnocchi,zaqar]
-r{toxinidir}/test-requirements.txt
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
install_command = pip install -U {opts} {packages}