From c1c56d6aaeacd1e81b6d74b7ef9c2eeae22cefbc Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Tue, 25 Apr 2017 15:23:20 +0200 Subject: Adds a Zaqar publisher This adds a new publisher supporting samples and events which can be used in the pipelines. Change-Id: I5f95228c38656522a14b20370e2cfd67cb911f80 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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} -- cgit v1.2.1