From d86b2019a1f235540d2817c57463563c5abb076e Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Thu, 19 Jan 2017 18:49:43 +0800 Subject: [PATCH] Add debug-py34 to tox.ini Change-Id: I547fe58930e8c77ac9cf171adde0b7227ce11269 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 8daaa53a51..83af2557ba 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,10 @@ commands = oslo_debug_helper {posargs} basepython = python2.7 commands = oslo_debug_helper {posargs} +[testenv:debug-py34] +basepython = python3.4 +commands = oslo_debug_helper {posargs} + [testenv:functional-api] sitepackages = True setenv = {[testenv]setenv}