summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2016-01-31 00:48:01 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2016-06-28 23:56:47 +0000
commitef29dfce898af273fef7b4798920cc981644de62 (patch)
treef433d5210bf10168a4accff1d1c75cfc87445712 /tox.ini
parent2a1b9b7dc7a04052e6d47f394c7526b83939d8b2 (diff)
downloadkeystonemiddleware-ef29dfce898af273fef7b4798920cc981644de62.tar.gz
Use extras for oslo.messaging dependency
Install the oslo.messaging optional dependency by doing: keystonemiddleware[audit_notifications] pbr documentation: http://docs.openstack.org/developer/pbr/#environment-markers Partial-Bug: 1540115 Change-Id: I59eea1f7eb0e770ac4fe30211eff49ae76fb2550
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 82b3e1f..b89da99 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
+ .[audit_notifications]
commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]