From 334cbd3e9ef8d14543285c28b592555d650f1cd7 Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Thu, 19 Jan 2017 18:39:21 +0800 Subject: [PATCH] Add debug-py27 and debug-py34 to tox.ini Change-Id: Id92fd6f9bf0ea3460d449984a66195a455666ae9 --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index 2b960937a..0b1a9b7c2 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,14 @@ commands = [testenv:debug] commands = oslo_debug_helper {posargs} +[testenv:debug-py27] +basepython = python2.7 +commands = oslo_debug_helper {posargs} + +[testenv:debug-py34] +basepython = python3.4 +commands = oslo_debug_helper {posargs} + [flake8] show-source = True builtins = _