summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-13 13:09:15 +0000
committerGerrit Code Review <review@openstack.org>2016-07-13 13:09:16 +0000
commit7479689e72e1739d95c00fee829f7bc0711ce763 (patch)
tree2c259ade462ba58b91af19720c0285fa6f21ed42 /tox.ini
parentd224034ce7e573fc35ac2c0bc22bd80fc106144e (diff)
parentae1123e438ef0c3a1abe427afe3ed1c4c5e727be (diff)
downloadoslo-messaging-7479689e72e1739d95c00fee829f7bc0711ce763.tar.gz
Merge "[zmq] Add py34 configuration for functional tests"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b142c89..c023130 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,6 +62,10 @@ commands = {toxinidir}/setup-test-env-qpid.sh 1.0 python setup.py testr --slowes
[testenv:py27-func-zeromq]
commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
+[testenv:py34-func-zeromq]
+basepython = python3.4
+commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
+
[testenv:py27-func-zeromq-proxy]
commands = {toxinidir}/setup-test-env-zmq-proxy.sh python setup.py testr --slowest --testr-args='oslo_messaging.tests.functional'