From 8c5e2bd4e1fda3431dfde5c1d3d251052dac8301 Mon Sep 17 00:00:00 2001
From: ozamiatin <ozamiatin@mirantis.com>
Date: Wed, 11 Jan 2017 14:03:09 +0200
Subject: [PATCH] [zmq] Support py35 testenv

Change-Id: If33583d1f89e6068b232fe09f1483c979b0ef84c
---
 tox.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tox.ini b/tox.ini
index f99ff13bd..e42e80893 100644
--- a/tox.ini
+++ b/tox.ini
@@ -96,6 +96,9 @@ commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --t
 [testenv:py34-func-zmq]
 commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
 
+[testenv:py35-func-zmq]
+commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'
+
 [testenv:py27-func-zmq-direct]
 commands = {toxinidir}/setup-test-env-zmq-direct-static.sh python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}'