From 45f00cc13f90b7c705cd12d893c6330d0cb7d11d Mon Sep 17 00:00:00 2001 From: Luz Cazares Date: Fri, 20 Oct 2017 02:14:17 +0000 Subject: [PATCH] Add debug environment to tox Change-Id: Idd01fa7ebc9171796242bcea70cae3708b86a19f --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index cf07b5c1..b0d9190c 100644 --- a/tox.ini +++ b/tox.ini @@ -85,3 +85,10 @@ deps = pip_check_reqs commands= pip-extra-reqs -d --ignore-file=refstack/tests/* refstack pip-missing-reqs -d --ignore-file=refstack/tests/* refstack + +[testenv:debug] +commands = oslo_debug_helper -t refstack/tests/unit {posargs} + +[testenv:debug35] +basepython = python3.5 +commands = oslo_debug_helper -t refstack/tests/unit {posargs}